Hi all,
im wondering if there is an easier way to assign a "code" that references another cell based on its value:
I would like to assign the numbers 1-5 in column b for the following values (respectively): pitch won (1), pitch lost(2), pending (3), pitching (4), prospecting (5)
the formula i have now which does the job is:
=IF(AND(I2="Pitch Won"),"01",IF(AND(I2="Pitch Lost"),"02",IF(I2="Pending","03",IF(I2="Pitching","04",IF(I2="Prospecting","05","")))))
wondering if theres an simpler formula to do this (fyi - i paste data into a template that has these types of formulas & calculations)
im wondering if there is an easier way to assign a "code" that references another cell based on its value:
I would like to assign the numbers 1-5 in column b for the following values (respectively): pitch won (1), pitch lost(2), pending (3), pitching (4), prospecting (5)
the formula i have now which does the job is:
=IF(AND(I2="Pitch Won"),"01",IF(AND(I2="Pitch Lost"),"02",IF(I2="Pending","03",IF(I2="Pitching","04",IF(I2="Prospecting","05","")))))
wondering if theres an simpler formula to do this (fyi - i paste data into a template that has these types of formulas & calculations)