Hello Everyone,
I'm trying to use the following formula:
<code>
=IF(P31=T31,"No-Affiliate bill code = Emp bill code",IF(P31<>T31,"Yes-See Column Q",IF(ISNA(VLOOKUP(K31,'Company Employee Codes'!$B$2:$B$198,1,FALSE)),"No-Account has the correct Emp bill code",0)))</code>
The first two are working, because it's a direct comparison from one cell to another, however, the portion which includes the vlookup and a range isn't working, and I haven't been able to figure out why. Right now, I'm getting #N/A for anything pertaining to that last if statement . Any help would be greatly appreciated. Thank you.
Damian
I'm trying to use the following formula:
<code>
=IF(P31=T31,"No-Affiliate bill code = Emp bill code",IF(P31<>T31,"Yes-See Column Q",IF(ISNA(VLOOKUP(K31,'Company Employee Codes'!$B$2:$B$198,1,FALSE)),"No-Account has the correct Emp bill code",0)))</code>
The first two are working, because it's a direct comparison from one cell to another, however, the portion which includes the vlookup and a range isn't working, and I haven't been able to figure out why. Right now, I'm getting #N/A for anything pertaining to that last if statement . Any help would be greatly appreciated. Thank you.
Damian
Last edited by a moderator: