B
Biff
Hi Dave,
Just a guess here -
The first IF contains this as the logical:
IF(VLOOKUP(A105&"*Total"
The second IF contains this as the logical:
IF(VLOOKUP(A105&"*"&"Total"
You may also want to explicitly test the vlookup for #N/A.
IF(ISNA(VLOOKUP......
or
IF(ISERROR(VLOOKUP......
Biff
Just a guess here -
The first IF contains this as the logical:
IF(VLOOKUP(A105&"*Total"
The second IF contains this as the logical:
IF(VLOOKUP(A105&"*"&"Total"
You may also want to explicitly test the vlookup for #N/A.
IF(ISNA(VLOOKUP......
or
IF(ISERROR(VLOOKUP......
Biff