Hi all,
Fairly new to the forum, however im learning excel at a fast rate.
Basically i need help in a "heatmap" im creating for work. We have pick locations in which we pick stock from (obviously).
now the heat map lists the location and how many are due to move from it.
how i have it is it looks at the location and looks at another worksheet and says howmany are going out for this. i can get it to do this.
what i cant get it to do is if no item is in location to say "free" or "empty", but if there is stock in there but demand to say "no demand"
Im probably making it sounds really complicated.
the current formula im using is this.
=IF(ISNA(VLOOKUP(B2,Despatches!A:B,2,FALSE)),"EMPTY",VLOOKUP(B2,Despatches!A:B,2))
i dont just want it to find n/a's and change them to "empty" i want it to say if the cell is blank then leave the result as blank.
I really hope im making sense, if not please let me know
Kind Regards
Adam
Fairly new to the forum, however im learning excel at a fast rate.
Basically i need help in a "heatmap" im creating for work. We have pick locations in which we pick stock from (obviously).
now the heat map lists the location and how many are due to move from it.
how i have it is it looks at the location and looks at another worksheet and says howmany are going out for this. i can get it to do this.
what i cant get it to do is if no item is in location to say "free" or "empty", but if there is stock in there but demand to say "no demand"
Im probably making it sounds really complicated.
the current formula im using is this.
=IF(ISNA(VLOOKUP(B2,Despatches!A:B,2,FALSE)),"EMPTY",VLOOKUP(B2,Despatches!A:B,2))
i dont just want it to find n/a's and change them to "empty" i want it to say if the cell is blank then leave the result as blank.
I really hope im making sense, if not please let me know
Kind Regards
Adam