Hi,
I have the following formula that looks up C27 on a sheet named "Maintenance" column C and returns D27
this works fine for alpha numeric but just numeric it seems not to return anything
ie?:
If I typed 64512 it should return contents of D27 but nothing is returned
But if I type DFIB/2 it works fine
Any ideas
Thnaks
=IFERROR(INDEX(Maintenance!$D$9:$D$2000,MATCH(C27,Maintenance!$C$9:$C$2000,0),0),"")
I have the following formula that looks up C27 on a sheet named "Maintenance" column C and returns D27
this works fine for alpha numeric but just numeric it seems not to return anything
ie?:
If I typed 64512 it should return contents of D27 but nothing is returned
But if I type DFIB/2 it works fine
Any ideas
Thnaks
=IFERROR(INDEX(Maintenance!$D$9:$D$2000,MATCH(C27,Maintenance!$C$9:$C$2000,0),0),"")