Formula help please

Status
Not open for further replies.

sitelbanat

Board Regular
Joined
Oct 17, 2005
Messages
152
Ok, let me try this one more time.

I want a formula to count R35:R36 only the cells that have a value>0. Then the rows that have a value >0 go to column E and add those cells., only the cells that are >0. then take the total and it to the R35:R36
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
sitelbanat said:
Ok, let me try this one more time.

I want a formula to count R35:R36 only the cells that have a value>0. Then the rows that have a value >0 go to column E and add those cells., only the cells that are >0. then take the total and it to the R35:R36

A little confusing but,

=SUMIF(R35:R36,">0",E35:E36)+SUM(R35:R36)
 
Upvote 0
The formula is still not working. I need to count how many value's between R69:R82 not sum them. But then sum E69:E82 only if that cell has a value in R69:R82. then add that total to R69:R82

is this more clear
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top