hi guys I an using a few vlookups and can not get the formula to work correctly the vlookups work but if no data is found I want it to =i6 here is the formula
Code
=UPPER(IF(ISNA(VLOOKUP(O6,'Wipedrive Report'!A:F,4,FALSE)),IF(ISNA(VLOOKUP(O6,'Asset Capture'!A:F,5,FALSE)),"",VLOOKUP(O6,'Asset Capture'!A:F,5,FALSE)),VLOOKUP(O6,'Wipedrive Report'!A:F,4,FALSE)))
any help would be greatly appreciated.