Hi Everybody:
I am trying to do a frequency distribution using the [IF , THEN] function. Maybe an example will help - I have a spreadsheet in Excel with health plans in the US and one of the columns has all the states that the health plans have it's services in. We need to put these states under particular regions, each region has a number: 1, 2 , 3...
What I am trying to do is, use the 'if' 'then' function to allot the states to those regions, instead of doing it manually which will take forever. This is what I tried doing: =(IF(Y2="MA",1))....but that just returns FALSE. Essentially, I need to get the above formula working...then I need to add additional nested IF statements to include if the cell says FL, return a 4, it it says IN, return a 5 and so one. Is this possible?
Any help you can provide would be greatly appreciated.
Many thanks, in advance!!!
I am trying to do a frequency distribution using the [IF , THEN] function. Maybe an example will help - I have a spreadsheet in Excel with health plans in the US and one of the columns has all the states that the health plans have it's services in. We need to put these states under particular regions, each region has a number: 1, 2 , 3...
What I am trying to do is, use the 'if' 'then' function to allot the states to those regions, instead of doing it manually which will take forever. This is what I tried doing: =(IF(Y2="MA",1))....but that just returns FALSE. Essentially, I need to get the above formula working...then I need to add additional nested IF statements to include if the cell says FL, return a 4, it it says IN, return a 5 and so one. Is this possible?
Any help you can provide would be greatly appreciated.
Many thanks, in advance!!!