I have a spreadsheet that pulls personnel details from my main sheet (Nominal) to my other tab.
B1:B50 with contain staff numbers when they are required. so while the tab is empty is shows #NA. When i put the staff number in the formula works fine.
I was wondering if anyone could help to see if i could get my formula to function the same but also prevent the #NA if no staff number is present.
Formula is below.
=IF(ISBLANK(VLOOKUP(B1,'Nominal'!$A$3:$AQ$152,7,FALSE())),"",VLOOKUP(B1'Nominal'!$A$3:$AQ$152,7,FALSE()))
TIA!
B1:B50 with contain staff numbers when they are required. so while the tab is empty is shows #NA. When i put the staff number in the formula works fine.
I was wondering if anyone could help to see if i could get my formula to function the same but also prevent the #NA if no staff number is present.
Formula is below.
=IF(ISBLANK(VLOOKUP(B1,'Nominal'!$A$3:$AQ$152,7,FALSE())),"",VLOOKUP(B1'Nominal'!$A$3:$AQ$152,7,FALSE()))
TIA!