SyntaxFix
Write A Post
Hire A Developer
Questions
Assuming
source data range is A1:B100. query cell is D1 (here you will input Police or Fire). result cell is E1
Formula in E1 = VLOOKUP(D1, A1:B100, 2, FALSE)
VLOOKUP(D1, A1:B100, 2, FALSE)