I can't get the following formula to pull back any data:
=IFERROR(IF(ISBLANK(VLOOKUP($B$8,DAL_Data!$F:$AT,41,FALSE)),VLOOKUP($B$8,DAL_Data!$F:$AT,3,0),VLOOKUP($B$8,DAL_Data!$F:$AT,41,0)),"")
The DAL_Data column 41 has it's own VLookup with IFNA that returns a 0 (but I have tried to return " "). I need the result to be if column 41 has blank or 0, pull from column 3 instead. This is a critical issue that is needing ASAP. I have been playing with the formula to get it to pull data and it's not working.
I have also tried to use the following formula:
=IF(OFFSET(Toll_DAL_Data!N2,L3,0)=0,"",OFFSET(Toll_DAL_Data!N2,L3,0)) but that doesn't work either.
I can send a par'd down excel if needed but can't attached since it has confidential information.
Bookmarks