Page 1 of 1

data parsing

Posted: Mon Aug 15, 2022 8:34 pm
by sna
Hi Dear ,

I need your help how to write formula to get output in column B and C as in template attached.

Thank you

Ref:column B and C

Re: data parsing

Posted: Mon Aug 15, 2022 9:29 pm
by norkaz
...

B2
=IF(A2="","",IF(MATCH(A2,$A$2:$A$99,0)=1,A2,IF(A1="TOTAL",A2,"")))

C2
=IF(OR(A2="TOTAL",A2="",A3="TOTAL"),"",INDEX(A:A,LOOKUP(CHAR(255),$B$2:B2,ROW($B$2:B2))+1))

Norkaz

Re: data parsing

Posted: Tue Aug 16, 2022 6:33 am
by sna
Thank you