I use a large spreadsheet to track fitness assessment results for our fire department.
What I want to do now is create a formula to identify each person who achieves minimum results. So far, no problem. Each person has his/her own sheet. The sheets are numbered sequentially from 1 to 100.
Here is the formula I have created to use on the Awards sheet:
=IF(AND('1'!$B$3="Female",'1'!$M$21>='Current Average Comparisons'!$B$12, '1'!$M$30>='Current Average Comparisons'!$B$20, '1'!$M$31>='Current Average Comparisons'!$B$21, '1'!$M$32>='Current Average Comparisons'!$B$22, '1'!$M$33>='Current Average Comparisons'!$B$23), "IRONMAN","")
What this does is identify a person who has met all the six criteria as an Ironman Award winner.
The '1's in the above formula identify that it is the sheet entitled "1" from which the the information is pulled.
I would like to be able to cut and paste this formula down a column (next to people's names), and have the sheet reference change to 2, 3, 4...
What adjustments/additions do I need to do to this formula to keep me from manually having to change six sheet references in every cell?
I have read similar posts on this message board, but cannot get seem to get any of the recommendations to work here.
What I want to do now is create a formula to identify each person who achieves minimum results. So far, no problem. Each person has his/her own sheet. The sheets are numbered sequentially from 1 to 100.
Here is the formula I have created to use on the Awards sheet:
=IF(AND('1'!$B$3="Female",'1'!$M$21>='Current Average Comparisons'!$B$12, '1'!$M$30>='Current Average Comparisons'!$B$20, '1'!$M$31>='Current Average Comparisons'!$B$21, '1'!$M$32>='Current Average Comparisons'!$B$22, '1'!$M$33>='Current Average Comparisons'!$B$23), "IRONMAN","")
What this does is identify a person who has met all the six criteria as an Ironman Award winner.
The '1's in the above formula identify that it is the sheet entitled "1" from which the the information is pulled.
I would like to be able to cut and paste this formula down a column (next to people's names), and have the sheet reference change to 2, 3, 4...
What adjustments/additions do I need to do to this formula to keep me from manually having to change six sheet references in every cell?
I have read similar posts on this message board, but cannot get seem to get any of the recommendations to work here.