It's not clear at this stage if you have other text strings within the table that are to be ignored and, if you do, whether or not they begin with S
In theory - if you don't have other strings then:
=LOOKUP(REPT("Z",255),$C2:$AG2,$C$1:$AG$1)
format as Date
where C2:AG2 holds days info for ee and row 1 the associated dates
If you do have other strings to worry about (but not with S) then you might try:
=LOOKUP(9.99E+307,SEARCH("S",$C2:$AG2),$C$1:$AG$1)
format as Date
If in doubt, post a sample file.
Bookmarks