Hello, I can't get a formula to work... I have a VLOOKUP formula that is working correctly in this sheet under "Payroll/Benefits need" column, pulling from a reference sheet which is HR PROJECTS Range 2.
=VLOOKUP([Project ID#]@row, {HR PROJECTS Range 2}, 13, false)
What I need to add to this formula is... IF the cell contains the word "Benefits" or "Payroll" the result should equal 1, or else equals 2. The result from the other sheet could have other words involved.
Can you help?