Page 1 of 1

list item <>0

Posted: Sat Jan 22, 2022 6:46 am
by sna
Hi there!
I need your help how to write formula to return only non zero value from two different columns and place them in a column

I attach a sample template as well


TY

Re: list item <>0

Posted: Sat Jan 22, 2022 12:30 pm
by norkaz
...

G7

=IFERROR(IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW($B$7:$B$16)/($B$7:$B$16>0),ROWS($G$7:G7))),INDEX(C:C,AGGREGATE(15,6,ROW($D$7:$D$16)/($D$7:$D$16>0),ROWS($G$7:G7)-SUMPRODUCT(--($B$7:$B$16>0))))),"")

Norkaz

Re: list item <>0

Posted: Sat Jan 22, 2022 5:56 pm
by sna
TY