Microsoft
Software
Hardware
Network
Question : IF(ISERROR(VLOOKUP) with a row offset
Experts,
See attached spreadsheet. On Sheet "Pivot of YTD Sales DATA" I have inputted some dummy data that is similar to a pivot table I have. On Sheet "Work", I had help for the formula in D2:D5 to return the value if a value was found, otherwise show "NO SALE".
I need to do the same thing for column E, except that the amount on Sheet "Pivot of YTD Sales DATA" is not on the same line as the ID, it is in column D, but one row down. Can I use the OFFSET function or something else to return column D and the row number - 1? I would like to do this without defining a named range, if possible.
In the first example (Work!E2, the answer should be 125483.32).
Thank you,
Kevin
Answer : IF(ISERROR(VLOOKUP) with a row offset
or consistent with the full column ranges (as opposed to a smaller range)
=IF(ISERROR(VLOOKUP(
Work!A2,'P
ivot of YTD Sales DATA'!B:D,3,FALSE)),"NO SALE",INDEX('Pivot of YTD Sales DATA'!D:D,MATCH(A2,'Pivot of YTD Sales DATA'!B:B,0)+1))
Random Solutions
The infamous General Network error...
Error in Data Driven Subscription
Only select part of a column with SQL
Locking max tag count at 64.
My dell inspiron 1000 will not go to OS- Says to Delete restoration data and proceed to systm boot menu.
Excel: Create two groups of random names from a given list
0x800CCC78 - error sending email
Using WMP to convert from cda to wav
Will changing the "Default location for PST files" in the Outlook GPO effect .OST files?
[Servlet Error]-[LocalTransaction rolled-back due to setRollbackOnly]: com.ibm.ws.LocalTransactio<wbr />n.Rolledba<wbr />ckExceptio<wbr />n