Jewells0905
New Member
- Joined
- Mar 10, 2024
- Messages
- 42
- Office Version
- 365
- Platform
- Windows
- MacOS
I am trying to write a formula using VLOOKUP with HLOOKUP as the index. This formula will return the annual revenue for a given salesperson in cell B12 and year in cell B13.
I am currently using formula =VLOOKUP(HLOOKUP(B13,B2:F3,2,FALSE)&B12,A4:F10,1,false) but I am getting #N/A error, stating - Did not find value '4Jimmy' in VLOOKUP evaluation.
I am currently using formula =VLOOKUP(HLOOKUP(B13,B2:F3,2,FALSE)&B12,A4:F10,1,false) but I am getting #N/A error, stating - Did not find value '4Jimmy' in VLOOKUP evaluation.
2018 | 2019 | 2020 | 2021 | 2022 | |
Column # | 2 | 3 | 4 | 5 | 6 |
Jimmy | $30,150 | $33,497 | $34,608 | $34,214 | $32,768 |
Freya | $37,386 | $34,512 | $36,573 | $37,949 | $34,980 |
Artie | $40,836 | $45,833 | $43,827 | $42,997 | $42,195 |
Marie | $27,212 | $27,137 | $29,241 | $29,975 | $26,916 |
Dwayne | $16,133 | $16,950 | $15,412 | $17,356 | $16,862 |
Grace | $41,914 | $44,695 | $43,975 | $38,484 | $43,772 |
Westin | $19,259 | $17,403 | $23,897 | $18,146 | $27,546 |
Salesperson: | Jimmy | ||||
Year: | 2020 | ||||
Revenue: |