datastudent
New Member
- Joined
- Sep 7, 2021
- Messages
- 49
- Office Version
- 365
- Platform
- Windows
Hi,
I'm trying to get the 3 months average score of before and after training. I got the after training but I'm having trouble with the before training.
Column AC highlighted in yellow shows the expected results. The 3 months average score of before TR should be calculated from the training date plus 2 months prior.
I'm trying to get the 3 months average score of before and after training. I got the after training but I'm having trouble with the before training.
Column AC highlighted in yellow shows the expected results. The 3 months average score of before TR should be calculated from the training date plus 2 months prior.
Incumbent Dashboard 2023 (version 3).xlsx | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | V | W | X | AC | AD | AG | AH | AI | AJ | AK | AL | AM | AN | AO | AP | AQ | AR | |||||||||||||||||||||||||||||
2 | Concat | TR Date | TR Year | TR Month | BeforeTRScore22 | AfterTRScore22 | Jan22' | Feb22' | Mar22' | Apr22' | May22' | Jun22' | Jul22' | Aug22' | Sep22' | Oct22' | Nov22' | Dec22' | ||||||||||||||||||||||||||||
3 | asdf | 8/23/2022 | 2022 | Aug22' | 9.37 | 9.96 | 8.9 | 9.4 | 9.9 | 10.0 | 10.0 | 10.0 | 8.0 | |||||||||||||||||||||||||||||||||
4 | ghjk | 7/12/2022 | 2022 | Jul22' | 2.86 | 1.98 | 5.2 | 2.8 | 4.0 | 3.6 | 2.9 | 0.4 | 2.0 | 3.6 | 4.5 | 4.7 | ||||||||||||||||||||||||||||||
5 | lzxc | 11/8/2022 | 2022 | Nov22' | 9.65 | 8.00 | 7.9 | 8.6 | 9.2 | 9.3 | 9.7 | 9.9 | 8.0 | |||||||||||||||||||||||||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
AD3:AD5 | AD3 | =IFERROR(AVERAGE(OFFSET($A3,0,MATCH($X3,$2:$2,0)):OFFSET($A3,0,MATCH($X3,$2:$2,0)+2)),"") |