BiggusDoggus
Board Regular
- Joined
- Jul 7, 2014
- Messages
- 91
- Office Version
- 365
- Platform
- Windows
Hi
I have {=IFERROR(MATCH(FALSE,ISBLANK(B14:AM14),0),"")} to return the position of the first non-blank cell in that row.
What I would like to do is return the position of the last non-blank cell in that row.
I tried {=IFERROR(MATCH(FALSE,ISBLANK(AM14:B14),0),"") - that was, of course, far too simple and logical to actually work, as Excel automatically swaps the B & AM around.
Any help greatly appreciated thanks!
I have {=IFERROR(MATCH(FALSE,ISBLANK(B14:AM14),0),"")} to return the position of the first non-blank cell in that row.
What I would like to do is return the position of the last non-blank cell in that row.
I tried {=IFERROR(MATCH(FALSE,ISBLANK(AM14:B14),0),"") - that was, of course, far too simple and logical to actually work, as Excel automatically swaps the B & AM around.
Any help greatly appreciated thanks!