Expanding a Formula

Excel_77

Active Member
Joined
Sep 15, 2016
Messages
311
Office Version
  1. 2019
Platform
  1. Windows
Hi All,

I have setup the below formula to return the count of people for each category.

=SUMIFS('MASTER TAB'!IY:IY,'MASTER TAB'!IW:IW,"Employee",'MASTER TAB'!IX:IX,"£0 to £10k")


IY is a column within the master tab which has a default value of "1" for each employee.

IW is a field within the master tab, the criteria here needs to be met and it needs to = "employee".

IX is the final criteria in master tab that needs to be met and this needs to = "£0 to £10k".

The above works fine, however I need to expand this criteria to find the net pay in Master tab (AA) and return this as a percentage of gross salary in Master tab (AB), what is the formula for this? The original criteria of "employee" and "£0 to £10k"still needs to be met.

Thanks in advance
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
You should be able to use similar formulas. Just, instead of return the "IY" column, return the "AA" or "AB" column.
Each one will be its own formula.

By the way, in your original formula, if the sole purpose of the IY formula is to get the total count with the formula, then that column isn't really needed at all. You can just use a COUNTIFS with your two conditions.
 
Upvote 0

Forum statistics

Threads
1,225,750
Messages
6,186,808
Members
453,373
Latest member
Ereha

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