basic calcsheet, 2 Tabs (Tab1 (WorkPlan) has cells to enter a name / Tab2 (RATES) has 2 columns A=Name B=Rate sorted ascending) Currently only 9 names & rates, but will add more as necessary.
=VLOOKUP($B11,PersonnelNames[#all],2,0)
I think I’m missing the correct reference to the RATES Tab2, the range of sorted names/rates I have defined and named PersonnelNames.
I hope someone can help me with the correct syntax & reference to get this spreadsheet working properly, be much appreciated.