#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Leave cell blank

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.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Leave cell blank

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


"Steved" wrote:

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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Leave cell blank

Try this:

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

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Steved" wrote in message
...
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.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Leave cell blank

Try this:

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

Biff

"Steved" wrote in message
...
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.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Leave cell blank

I thankyou all.

"Ragdyer" wrote:

Try this:

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

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Steved" wrote in message
...
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.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Leave cell blank

And we all appreciate the feed-back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"Steved" wrote in message
...
I thankyou all.

"Ragdyer" wrote:

Try this:

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

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Steved" wrote in message
...
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.





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default Leave cell blank

Thankyou.

"T. Valko" wrote:

Try this:

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

Biff

"Steved" wrote in message
...
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.




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Leave cell blank

You're welcome!

Biff

"Steved" wrote in message
...
Thankyou.

"T. Valko" wrote:

Try this:

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

Biff

"Steved" wrote in message
...
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.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
To leave the cell Blank Steved Excel Worksheet Functions 8 April 2nd 08 09:48 PM
leave a cell blank nicolas Excel Worksheet Functions 1 August 2nd 05 02:55 PM
To Leave Cell blank Please Steved Excel Worksheet Functions 7 August 1st 05 01:20 AM
leave cell blank Keith Excel Discussion (Misc queries) 0 May 18th 05 06:46 PM
leave cell blank bj Excel Discussion (Misc queries) 0 May 18th 05 06:43 PM


All times are GMT +1. The time now is 03:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"