Add value to one cell if multiple other cells have any value

Solved/Closed
alonsy Posts 6 Registration date Friday April 18, 2014 Status Member Last seen April 21, 2014 - Apr 18, 2014 at 03:38 PM
alonsy Posts 6 Registration date Friday April 18, 2014 Status Member Last seen April 21, 2014 - Apr 21, 2014 at 10:39 PM
Hello,

I'm trying to create a spreadsheet where:

if A1 has any value, 10 is added to the total sum in G1
if B1 has any value, 20 is added to the total sum in G1
if C1 has any value, 30 is added to the total sum in G1

etc.

I think I should be using SUMIFS, but I'm not sure. Thanks.


Related:

2 responses

Blocked Profile
Apr 18, 2014 at 04:48 PM
Hang in there, two questions:

What is already in G1? Is it a formula, or is it an integer input by the user?

Let us know!
0
alonsy Posts 6 Registration date Friday April 18, 2014 Status Member Last seen April 21, 2014
Apr 18, 2014 at 04:50 PM
Nothing's in G1. It's a blank cell in a column that is going to hold totals

Thanks.
0
Blocked Profile
Apr 18, 2014 at 05:47 PM
Ok, I read total, and thought it was already holding a value.....
0
Blocked Profile
Apr 18, 2014 at 05:51 PM
the formula for if is as follows, and you can nest ifs:

=IF(logic_test,true,false)

You can also do something like:
=IF(logic_test,IF(LOGIC_TEST,true,false),false)

So what shouldl the output be if all of them have a number?

Would the output be 60?
0
alonsy Posts 6 Registration date Friday April 18, 2014 Status Member Last seen April 21, 2014
Apr 18, 2014 at 08:42 PM
If A1, B1 and C1 all have values in them, then yes, G1 should read 60
If only A1 has a value, then G1 should only read 10.

etc.
0
Blocked Profile
Apr 18, 2014 at 06:01 PM
Do you have the liberty of this?

0
alonsy Posts 6 Registration date Friday April 18, 2014 Status Member Last seen April 21, 2014
Apr 18, 2014 at 08:43 PM
Sorry, I'm not sure what this is...
0
Blocked Profile
Apr 19, 2014 at 10:09 AM
Well, that is a screen shot of your solution. If you cannot reverse engineer your final product from this, then wait around and see if someone else in the forum can possible make it more simple. I am sorry I cannot communicate the answer to you.

If you look at the above picture, wou will see three columns, colum a has the values to check for. Column b is the actual formulas that give the valuesYOU PROVIDED IF THERE IS A VALUE IN EACH CORISPONDING CELL. SO FOR EXAMPLE-if a1>0 then 10, if b1>0 then 20, and if c1>0 then 30 = 60. G1 formula is displayed in the picture. as is the formulas for building whehter or not a1, b1, or c1, has values.
0
alonsy Posts 6 Registration date Friday April 18, 2014 Status Member Last seen April 21, 2014
Apr 21, 2014 at 07:48 PM
Thank you! I got it figured out.
0
Blocked Profile
Apr 21, 2014 at 07:54 PM
I am very glad.. I hate to aske this, but can you mark as solved?
0
alonsy Posts 6 Registration date Friday April 18, 2014 Status Member Last seen April 21, 2014
Apr 21, 2014 at 10:39 PM
Sure, thanks again!
0