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
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