Thread: error N/A
View Single Post
  #1   Report Post  
nospam
 
Posts: n/a
Default error N/A

Hi,
I am using the following formula in a cell AJ44

=IF(AJ43<"",VLOOKUP(AJ43,$A$3:$AG$28,33,FALSE),"" )

if I have a value in aj43 that is not in the vlookup table range then
aj44 shows #n/a, if I then delete the value in aj43 the cell aj44 shows
as empty.

how can I make the cell AJ44 be blank but still leave a value in aj43?