Combine formulas

N0t Y0urs

Board Regular
Joined
May 1, 2022
Messages
96
Office Version
  1. 365
  2. 2021
  3. 2019
  4. 2016
  5. 2013
Platform
  1. MacOS
  2. Mobile
  3. Web
I now want to combine these two formulas.

The concept is 100 data sets that I want to calculate values in 5 groups, and I also have 3 columns worth of data that need calculating.

So assume the following:

Cell D4 is where my criteria value will sit
Cells D6-10 hold my ranges
E5, E6 and E7 are headers for my 3 different values

Then the data is coming from C20:SH520

Row 20 has my data set numbers which I thought I would use <21, <41, <61, <81 and >80
Then row 21 has my Column identifiers for example FWD, RB and DB

So what I want is to total the values in FWD and DB to my criteria value and I only want the RB to reflect that value not the sum.

I am hoping this is easy but happy to be told it’s impossible ?

=if(ACC!$D$3:$EC$3<20,SUMIF(ACC!C$4:EB$4,"FWD",ACC!$D58:$EC58))
=SUMIFS(Totals!$C$13:$C$120,Totals!$D$13:$D$120,"<="&$B$3)
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Please do not mark a post that doesn't contain a solution as the solution.
 
Upvote 0

Forum statistics

Threads
1,214,822
Messages
6,121,765
Members
449,049
Latest member
greyangel23

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