Hi, my excel friends!
I need formula for B6 column:
If: A6=-1
Value if true: last value from C column that was longer than 5 digits. (in this case value in B6 is C3, in B8 is C7).
Value if false not necessary
Screenshot_146.jpg
Hi, my excel friends!
I need formula for B6 column:
If: A6=-1
Value if true: last value from C column that was longer than 5 digits. (in this case value in B6 is C3, in B8 is C7).
Value if false not necessary
Screenshot_146.jpg
Hi
Try this in B1 and copy down
Formula:
=IF(A1=-1,INDEX($C$1:C1,AGGREGATE(14,6,ROW($A$1:$A1)/(LEN($C$1:$C1)>5),1)),"x")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks