#1   Report Post  
Posted to microsoft.public.excel.misc
Miguel Zapico
 
Posts: n/a
Default If Statements:

That may be because the value is identified as text. Try without the quotes:
IF(B4="FP",10,"")

"Larry" wrote:

When I use an if statement, I can get the answer I want but I can't add it to
another if statement. Example: IF(B4="FP","10"," ") 10 shows up where it is
supposed to in M4. But if I try to sum this total to another SUM(M4+M5) it
get a #VALUE!

  #2   Report Post  
Posted to microsoft.public.excel.misc
Larry
 
Posts: n/a
Default If Statements:

That worked - thanks!
How can I hide or omit the zero if the criteria was not met.

"Miguel Zapico" wrote:

That may be because the value is identified as text. Try without the quotes:
IF(B4="FP",10,"")

"Larry" wrote:

When I use an if statement, I can get the answer I want but I can't add it to
another if statement. Example: IF(B4="FP","10"," ") 10 shows up where it is
supposed to in M4. But if I try to sum this total to another SUM(M4+M5) it
get a #VALUE!

  #3   Report Post  
Posted to microsoft.public.excel.misc
Miguel Zapico
 
Posts: n/a
Default If Statements:

For that you can use conditional formating under the format menu. If the
cell value is 0, use white ink (or the same that you have in the background)

"Larry" wrote:

That worked - thanks!
How can I hide or omit the zero if the criteria was not met.

"Miguel Zapico" wrote:

That may be because the value is identified as text. Try without the quotes:
IF(B4="FP",10,"")

"Larry" wrote:

When I use an if statement, I can get the answer I want but I can't add it to
another if statement. Example: IF(B4="FP","10"," ") 10 shows up where it is
supposed to in M4. But if I try to sum this total to another SUM(M4+M5) it
get a #VALUE!

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
UDFunctions and nested If-the-else statements JDB Excel Worksheet Functions 1 January 25th 06 03:29 PM
Linking two IF statements together trixma Excel Discussion (Misc queries) 2 September 29th 05 06:07 AM
Logical ELSE statements Ruth Excel Discussion (Misc queries) 2 June 23rd 05 03:23 PM
Nested IF statements John Simons Excel Worksheet Functions 14 February 16th 05 06:17 AM
If statements Mark Excel Worksheet Functions 3 November 2nd 04 08:39 PM


All times are GMT +1. The time now is 03:19 PM.

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"