Leave cell blank

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello from Steved

=IF(ISNUMBER(MATCH($E4,FaultyBuses!$A$2:$A$1997,0)),VLOOKUP($E4,FaultyBuses!$A$2:$B$1997,2,0))

Please how do I get the above formula to leave the cell blank, as at the
moment it returns FALSe

Thankyou.
 
=IF(ISNUMBER(MATCH($E4,FaultyBuses!$A$2:$A$1997,0)),VLOOKUP($E4,FaultyBuses!$A$2:$B$1997,2,0),"")
 
Try this:

=IF(ISNUMBER(MATCH($E4,FaultyBuses!$A$2:$A$1997,0)),VLOOKUP($E4,FaultyBuses!
$A$2:$B$1997,2,0),"")
 
Try this:

=IF(ISNUMBER(MATCH($E4,FaultyBuses!$A$2:$A$1997,0)),VLOOKUP($E4,FaultyBuses!$A$2:$B$1997,2,0),"")

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Leave final cell blank 2
IF #N/A ( in a range), "ALERT","OK" 7
Formula to get number of days excluding Fridays in a given period 17
Nested IF 2
Location Oriented Formula 1
Last non-blank row 8
Character 3
iserror 4

Back
Top