#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default If Statements

Here is what I'm trying to do, and I can't seem to get a formula or If
statement to work.

If C4 is blank, show nothing, but if C4 has a value, C4*.01

Please help!


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default If Statements

A couple ways:
=if(isblank(c4),"",c4*.01)
=if(c4="","",c4*.01)

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Abby Dabby Doo" wrote:

Here is what I'm trying to do, and I can't seem to get a formula or If
statement to work.

If C4 is blank, show nothing, but if C4 has a value, C4*.01

Please help!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default If Statements

=IF(C4="","",C4*.01)
--
David Biddulph

"Abby Dabby Doo" wrote in message
...
Here is what I'm trying to do, and I can't seem to get a formula or If
statement to work.

If C4 is blank, show nothing, but if C4 has a value, C4*.01

Please help!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default If Statements

Thank you, Thank you, Thank you!!!!!

"KC Rippstein" wrote:

A couple ways:
=if(isblank(c4),"",c4*.01)
=if(c4="","",c4*.01)

--
Please remember to indicate when the post is answered so others can benefit
from it later.


"Abby Dabby Doo" wrote:

Here is what I'm trying to do, and I can't seem to get a formula or If
statement to work.

If C4 is blank, show nothing, but if C4 has a value, C4*.01

Please help!


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
if then statements doug Excel Discussion (Misc queries) 1 November 25th 07 07:44 PM
If Statements Sr Accountant[_2_] Excel Discussion (Misc queries) 3 October 12th 07 07:45 PM
IF Statements (Mutliple Statements) Deezel Excel Worksheet Functions 3 October 19th 06 06:13 AM
IF and OR statements Loraloo Excel Discussion (Misc queries) 3 March 4th 06 11:42 PM
If Statements... Delaina Excel Discussion (Misc queries) 4 August 1st 05 10:29 PM


All times are GMT +1. The time now is 10:08 PM.

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

About Us

"It's about Microsoft Excel"