I have a formula that works great:
=VLOOKUP($D4,CHOOSE({2,1},$B$3:$B$25,$O$3:$O$25),2,0)
What I am wondering now is if the value in O3:O25 is = 0, how can I keep the cell from displaying the information from B3:B25?
I tried an IF but couldn't get it to work as it put a '0' in the cell.
=VLOOKUP($D4,CHOOSE({2,1},$B$3:$B$25,$O$3:$O$25),2,0)
What I am wondering now is if the value in O3:O25 is = 0, how can I keep the cell from displaying the information from B3:B25?
I tried an IF but couldn't get it to work as it put a '0' in the cell.