Hello all,
Looking to combine =CELL("format" and possibly ISBLANK or INDEX/MATCH in a formula (no macros please).
Looking to find the value of the first non-blank cell in a row that is also not bold (or possibly not coloured).
Example attached, row 6, shows that a typical formula to find first non-blank isn't useful as it would pick up the running balance of the previous account (210) instead of the number I am actually looking for (100).
Have used {=INDEX(range,MATCH(FALSE,ISBLANK(range),0))} before to return first non-blank, but doesn't work in this instance, unless perhaps I can only pick up multiple individual cells in the row (ie not the blue running balances columns).
Thanks for your help!
Looking to combine =CELL("format" and possibly ISBLANK or INDEX/MATCH in a formula (no macros please).
Looking to find the value of the first non-blank cell in a row that is also not bold (or possibly not coloured).
Example attached, row 6, shows that a typical formula to find first non-blank isn't useful as it would pick up the running balance of the previous account (210) instead of the number I am actually looking for (100).
Have used {=INDEX(range,MATCH(FALSE,ISBLANK(range),0))} before to return first non-blank, but doesn't work in this instance, unless perhaps I can only pick up multiple individual cells in the row (ie not the blue running balances columns).
Thanks for your help!