A
ABlevins
I used (various and many) spreadsheets at www.contextures.com to create a
2-tier dependent drop-list for addressing invoices. The third, fourth, and
fifth lines use IF functions to call data from a named range on another sheet
in the workbook. However, some of the addresses do not have a fifth line.
Short of going through all of the entries (over 150), how can I alter the
formula (below) to yield a blank cell instead of a zero.
=IF(ISERROR(VLOOKUP($D$11,INDIRECT(VLOOKUP($D$10,CHDLookup,2,0)&"Lookup"),4,0)),"",VLOOKUP($D$11,INDIRECT(VLOOKUP($D$10,CHDLookup,2,0)&"Lookup"),4,0))]
2-tier dependent drop-list for addressing invoices. The third, fourth, and
fifth lines use IF functions to call data from a named range on another sheet
in the workbook. However, some of the addresses do not have a fifth line.
Short of going through all of the entries (over 150), how can I alter the
formula (below) to yield a blank cell instead of a zero.
=IF(ISERROR(VLOOKUP($D$11,INDIRECT(VLOOKUP($D$10,CHDLookup,2,0)&"Lookup"),4,0)),"",VLOOKUP($D$11,INDIRECT(VLOOKUP($D$10,CHDLookup,2,0)&"Lookup"),4,0))]