KcrazyCowboy
New Member
- Joined
- Jun 13, 2016
- Messages
- 33
- Office Version
- 2010
- Platform
- Windows
- MacOS
- Mobile
Hi guys and gals,
Needing some help if figuring out how to create one formula that can provide what i need. Which is to have several "IF" statements returned with the right answer. I would like to find a way to create the formula that looks up each word and returns into with a numerical value.
=IF(B2="FIRM",0,"")
=IF(B2="FORECAST",1,"")
=IF(B2="ALLOCATION",2,"")
=IF(B2="DEFICIT",3,"")
=IF(B2="SAFETY",4,"")
Needing some help if figuring out how to create one formula that can provide what i need. Which is to have several "IF" statements returned with the right answer. I would like to find a way to create the formula that looks up each word and returns into with a numerical value.
=IF(B2="FIRM",0,"")
=IF(B2="FORECAST",1,"")
=IF(B2="ALLOCATION",2,"")
=IF(B2="DEFICIT",3,"")
=IF(B2="SAFETY",4,"")