VLOOKUP or IF?

Hello, I am not sure if I should be using VLOOKUP or an IF/THEN statement or a combination of the two. Any help is greatly appreciated. Thank you.
Problem Statement: I want the PWS link to auto populate based on the Areas of Support selection.
Both columns are dropdowns.
Current attempt gives me a circular reference.
=IF([Areas of Support]@row = "Acquisition Planning", [PWS Link]@row = "3.2.1 Acquisition Planning")
Best Answer
-
You do not need to reference [PWS Link]@row. You are putting the formula in that cell, so all you need the IF statement to output is "3.2.1 Acquisition Planning".
Answers
-
You do not need to reference [PWS Link]@row. You are putting the formula in that cell, so all you need the IF statement to output is "3.2.1 Acquisition Planning".
-
Amazing! You saved me lots of time. Thank you!
Help Article Resources
Categories
Check out the Formula Handbook template!