|
Queries |
Details |
|
Following does not work with XlsIO, but works in MS Excel.
HLOOKUP(A2,IF(A4=1,'Lookup'!AH2:BL49,IF(A4=2,'Lookup'!A2:AE49)),A1-16,FALSE)
If I modified above as follows, it works.
IF(A4=1,HLOOKUP(A2,'Lookup'!AH2:BL49,A1-16,FALSE),HLOOKUP(A2,'Lookup'!A2:AE49,A1-16,FALSE)) |
We tried to reproduce possible cases in HVLOOKUP formula at our end. But unfortunately, we are unable to replicate the issue. So, we request you to share issue reproducing sample or input template used at your end which will be helpful for us to provide prompt solution at the earliest.
The document we checked is attached for your reference: http://www.syncfusion.com/downloads/support/directtrac/general/ze/HLOOKUP111380178.zip |
|
DAYS360(x,y) - Working
DAYS360(x,y, FALSE) - Not Working (But works with MS Excel)
DAYS360(x,y, TRUE) - Working |
We are able to reproduce the reported ”Issue in Calculating DAYS360 formula when the argument method as false in CalcEngine”. We have logged a defect report for that issue. The fix for this issue is estimated to be available on our upcoming release 16.2 SP – 1 which will be available by end of July 2018. |