I have this formula:
=if(or(c6=11,c6=0),"",vlookup(c6,dutycode!a4:a15,4,))
My problem is when a number is not on the lookup list I get a #N/A in the same cell as the formula (F6).
sheet 01 cell c6 is where I input a code,
sheet(dutycode) is where vlookup searches for the correct codes to enter in CELL F6.
I do not know what to do?
this is what is also needed;
if c6>=39
if c6<=410
if c6>=412
if c6<=610
if c6>=612,"")
The codes that need to have a response to in cell F6 are 11,12,26,27,29,31,32,38,411,611
that is why I want everything else to show a blank.
Thank you,
Walter
=if(or(c6=11,c6=0),"",vlookup(c6,dutycode!a4:a15,4,))
My problem is when a number is not on the lookup list I get a #N/A in the same cell as the formula (F6).
sheet 01 cell c6 is where I input a code,
sheet(dutycode) is where vlookup searches for the correct codes to enter in CELL F6.
I do not know what to do?
this is what is also needed;
if c6>=39
if c6<=410
if c6>=412
if c6<=610
if c6>=612,"")
The codes that need to have a response to in cell F6 are 11,12,26,27,29,31,32,38,411,611
that is why I want everything else to show a blank.
Thank you,
Walter