Sumif

krisso

Active Member
Joined
Sep 16, 2005
Messages
291
I am trying to work out a sumif, or at least thats what i think it should be. The fomula i need to achieve is

"sumif a1 is greater than b1 but less than c1 then F1*F2"
I have tried all different sorts of combinations of the above but cant work it out. Can anyone help me with this.


Regards

Chris
 
Last edited:

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

jasonb75

Well-known Member
Joined
Dec 30, 2008
Messages
15,488
Office Version
  1. 365
Platform
  1. Windows
Try

=IF(AND(A1>B1,A1<C1),F1*F2,"")

You didn't say what the result should be if the criteria is not met so I've assumed leave the cell blank.

Hope this helps.
 
Upvote 0

jasonb75

Well-known Member
Joined
Dec 30, 2008
Messages
15,488
Office Version
  1. 365
Platform
  1. Windows
Oops, sorry Chris, I forgot to tag it.

PHP:
=IF(AND(A1>B1,A1<C1),F1*F2,"")
 
Upvote 0

Forum statistics

Threads
1,191,347
Messages
5,986,136
Members
440,004
Latest member
Dynawoman

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
Top