Hi everyone,
I am trying to fill the null values based on the item column. If first row item A has weight = 10, I need the second row Item A to have weight = 10, as so forth.
Item | Weight |
Item A | 10 |
Item A | null |
Item B | 20 |
Item B | null |
Item C | 30 |
Item C | null |
Can you help me create the formula to replace these nulls?
Thanks!
Solved! Go to Solution.
@yovindapricila
Something like this?
Thank you Qiu! 🙂
Christine, this is perfect! Thank you so much.