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

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to 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,223,904
Messages
6,175,295
Members
452,633
Latest member
DougMo

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