Leave cell blank

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.
 
G

Guest

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

Ragdyer

Try this:

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

T. Valko

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

It display's Sat 4
Leave final cell blank 2
Nested IF 2
To leave a blank cell 6
Formula to get number of days excluding Fridays in a given period 17
Character 3
Last non-blank row 8
Location Oriented Formula 1

Top