Pretty Urgent
I have attached sample dataset
I want to pick value 9899999 from row 171
Main excel sheet has various value. I have tried below using multi row formula but result is giving '0' in row 166
if ([f1] = 'qwrewyu' and [New] = 'qwrewyu') then [Row+6:F1] = 'qwrewyu' else [F1] endif
In original data set basically assume that I have a data in row number 172 in column F22. But there is no header to it in that row where I can put filter on.
So, I am thinking if we can pick a text value from above row and use multi row formula in it and pick row172. Further remove nulls so that i can get value in F22 column.
I don't want to hard code it by using select record.
If I am able to explain myself?