=LET(days,FILTER(B3:AC3,LEFT(B$2:AC$2)<>"S"),
maxCount,COLUMNS(days),maxCount-IFERROR(XMATCH("DD",days,0,-1),0))
This formula counts back from the last cell that contain a string "DD". It works perfectly, however it does not run on Excel 2016 and that's what is being used at work. Anyone have any ideas?
Thanks!
maxCount,COLUMNS(days),maxCount-IFERROR(XMATCH("DD",days,0,-1),0))
This formula counts back from the last cell that contain a string "DD". It works perfectly, however it does not run on Excel 2016 and that's what is being used at work. Anyone have any ideas?
Thanks!