Hi all,
I currently have the below formula that finds the average salary based on the job title in column A of a table. However, I also have a location column in that table, and am wondering if the formula can be tweaked so that it is looking at both Job Title AND Location in order to find the average salary based on both those criteria?
Thanks so much for any help.
Ernie
=SUMIF($D$19:$D$84,[@[Job Title]],$G$19:$G$84)/COUNTIF($D$19:$D$84,[@[Job Title]])
I currently have the below formula that finds the average salary based on the job title in column A of a table. However, I also have a location column in that table, and am wondering if the formula can be tweaked so that it is looking at both Job Title AND Location in order to find the average salary based on both those criteria?
Thanks so much for any help.
Ernie
=SUMIF($D$19:$D$84,[@[Job Title]],$G$19:$G$84)/COUNTIF($D$19:$D$84,[@[Job Title]])