Hi All,
Can someone please help me get the attached output from the attached input? I have added the sheet names respectively. I got an error on the below formula when i tried using the formula tool to segregate the period first.
IF [Period] = 1 then "1"
ELSEIF [Period]=2 then "2"
ELSEIF [Period]=3 THEN "3"
ELSEIF [Period] <=15 THEN "4-15"
ELSEIF [Period]<= 30 THEN "16-30"
ELSE ">30" ENDIF