If Statements:

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
Please confirm that your IF statement cell is formatted as numeric, as
opposed to text. If it is text, format it as a number, then with your
cell pointer on that cell, press F2 (to edit the formula) and Enter.
 
That may be because the value is identified as text. Try without the quotes:
IF(B4="FP",10,"")
 
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)
 

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

How do you Combine Two IF formulas 4
Filtering with SUMIFS 1
Problem with IF statements 1
Salary by Qtr Formula 1
HOW TO DO AN IF, IN A MACRO 18
using IF & AND 4
Non-Macro way to do this?? 2
Formula problem 1

Back
Top