Closed (fixed)
Project:
Sheetnode
Version:
7.x-1.0-beta2
Component:
Core
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
8 May 2012 at 02:09 UTC
Updated:
10 Aug 2012 at 16:59 UTC
I tried HLOOKUP within the sheetnode and it works well. But when I tried it to a cell referencing another sheetnode it displays #N/A using this function:
='Schedule'!HLOOKUP('text',G5:J6,2,0)
I also tried another function like CHOOSE and it works well both in the same and another sheetnode.
='Schedule'!CHOOSE(1,A5,A8)
I want to know if HLOOKUP does not work in another node or maybe there is something that I should do. Please let me know. Any answers will be helpful.
Comments
Comment #1
infojunkieThanks for the report. I will investigate this.
Comment #2
andsfestin commentedThanks infojunkie for acknowledging this post. I knew that choose and hlookup have different function format so I tried this one:
=HLOOKUP("text",'Schedule'!G5:J6,2,0)
This works. The node referred 'Schedule' counts as a parameter of the function.
Comment #3
infojunkieIn your opinion, should the other syntax work as well? Does it work in Excel/LibreOffice Calc?
Comment #4
infojunkieNo reply from OP.