Creating a SUMIF function for changeable data

js65572

New Member
Joined
Jan 18, 2013
Messages
10
Hi all,

I wonder if you can help please?

I'm currently trying to create an SUMIFS function across static data in various columns, however the function will kick out next month as one of the columns is likely to change.

Currently I have the below

=SUMIFS(F:F,D:D,"PAY",E:E,"EUR",B:B,"Company")

The item will likely fall out next month as the data in column B is never static (company name will change periodically)

Is there a way I can ensure it's still all added up without being specific to a certain company?

Thank you in advance
 
Last edited:

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
SUMIFS(F:F,D:D,"PAY",E:E,"EUR",B:B,"*Company*") or

update the company name in one cell then change the formula as
SUMIFS(F:F,D:D,"PAY",E:E,"EUR",B:B,"$C$1$*")
 
Upvote 0

Forum statistics

Threads
1,214,847
Messages
6,121,911
Members
449,054
Latest member
luca142

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