formula ?

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

Guest

How can I not have a number not add of a cell is checked but if it is not
checked it will be added with the rest of the cells?
Hope this makes sence.
 
If it makes sense, then this too will make sense because it will mean I
understood the question:

Something like:

=SUM(A1:E1)+IF(G1="check",0,F1)

So this adds cells A1 to E1; if cell G1 has "check" in it it adds nothing to
the sum, otherwise it adds F1

Regards

Trevor
 
Thanks Trevor it looks like it is going to work.

Trevor Shuttleworth said:
If it makes sense, then this too will make sense because it will mean I
understood the question:

Something like:

=SUM(A1:E1)+IF(G1="check",0,F1)

So this adds cells A1 to E1; if cell G1 has "check" in it it adds nothing to
the sum, otherwise it adds F1

Regards

Trevor
 

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

excel formula 2
Avg % above 0% 2
If or 3
Searching the formula (not the value) for a text string 1
Number Order 5
Formula HELP!!! 1
Get data from specific collumn 4
Adding recognised Zeros 5

Back
Top