Hi There!
I am trying to create a formula, whereby I am looking at the next cell and using vlookup on 23 tables to find that value, then increase by one
for example in relation to pay scales
TABLE ONE
1a - 10,000
2a - 20,000
TABLE TWO
1b - 15,000
2b - 25,000
Person is on 1b - I want the formula to read in cell A1 they are on 1b, find it in the pay tables, and increase automatically to the next scale until at the top.
The current formula I have is
=IFERROR(VLOOKUP(A1,Table1,2,FALSE)+OFFSER(A1,-1,0)........IF ERROR(VLOOKUP(A1,Table23,2,FALSE)+OFFSET(A!,-1,0), "N/A"
It currently uses a lot of memory sending my computer in a spin and all results are N/A. Does anyone have a more effective solution?
I am trying to create a formula, whereby I am looking at the next cell and using vlookup on 23 tables to find that value, then increase by one
for example in relation to pay scales
TABLE ONE
1a - 10,000
2a - 20,000
TABLE TWO
1b - 15,000
2b - 25,000
Person is on 1b - I want the formula to read in cell A1 they are on 1b, find it in the pay tables, and increase automatically to the next scale until at the top.
The current formula I have is
=IFERROR(VLOOKUP(A1,Table1,2,FALSE)+OFFSER(A1,-1,0)........IF ERROR(VLOOKUP(A1,Table23,2,FALSE)+OFFSET(A!,-1,0), "N/A"
It currently uses a lot of memory sending my computer in a spin and all results are N/A. Does anyone have a more effective solution?