I have the ages mentioned in the sample file. I am trying to group them. For example f its 3 yrs 9 months then 3-4, 0 years 10 months then 0-1, 0 years 6 months then 0-1, 3 years 6 months then 3-4. so on and so forth.
What i did was copied and pasted that column in another sheet. Manually added the age groups in another column and then did a vlookup to get the age group in the orginal sheet.
What I am looking for is can how do I do IF statment. (IF age is >=0<=1,"0-1",If (<=2,>=3,"2-3)
What i did was copied and pasted that column in another sheet. Manually added the age groups in another column and then did a vlookup to get the age group in the orginal sheet.
What I am looking for is can how do I do IF statment. (IF age is >=0<=1,"0-1",If (<=2,>=3,"2-3)