#1   Report Post  
Member
 
Posts: 84
Default "False"

How do you remove the "FALSE" value in a cell. The formula I'm using is simple: =IF(I7="p",G7). Excel returns "FALSE" if I7 does not have a "p".

Help please,

Keyrookie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default "False"

So what do you want it to return? Blank?

=IF(I7="p",G7,"")


--


Regards,


Peo Sjoblom



"Keyrookie" wrote in message
...

How do you remove the "FALSE" value in a cell. The formula I'm using is
simple: =IF(I7="p",G7). Excel returns "FALSE" if I7 does not have a
"p".

Help please,

Keyrookie




--
Keyrookie



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default "False"

=if(i7="p",g7,"whatdoyouwantinstead")
or
=if(i7="p",g7,"")
to make it look blank


Keyrookie wrote:

How do you remove the "FALSE" value in a cell. The formula I'm using is
simple: =IF(I7="p",G7). Excel returns "FALSE" if I7 does not have a
"p".

Help please,

Keyrookie

--
Keyrookie


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default "False"

=IF(I7="p",G7,"")


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Keyrookie" wrote in message
...

How do you remove the "FALSE" value in a cell. The formula I'm using is
simple: =IF(I7="p",G7). Excel returns "FALSE" if I7 does not have a
"p".

Help please,

Keyrookie




--
Keyrookie



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
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
"IF" with no "false" action - Using Text Danny@Kendal Excel Discussion (Misc queries) 0 December 9th 05 10:20 AM
"IF" with no "false" action - Using Text Rowan Drummond Excel Discussion (Misc queries) 0 December 9th 05 01:01 AM


All times are GMT +1. The time now is 01:33 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"