Hi all!
I'm having a bit of difficulty trying to create a looping multirow if formula. Basically, if a cell is null, I want it to take the data from the previous cell that contains data - e.g. in the below example I would like to fill banana hat down as far as car, car as far as factory, etc. I'm going around in circles trying to do this - the best I've managed is to get the first null removed for each category. All help gratefully received!!
| Col Header |
| banana hat |
| null |
| null |
| null |
| null |
| car |
| null |
| null |
| factory |
| null |
| null |
| null |
| null |
| null |
| null |
| null |
| null |
| pink |