Forum Discussion

CSchaeffer's avatar
CSchaeffer
Copper Contributor
Apr 14, 2022
Solved

Formula Help

I am writing what I feel is a bit of a complicated formula where one cell points to another, and then that one is looked at by another and so on. I am stuck with one area. I have a cell that looks at...
  • SergeiBaklan's avatar
    SergeiBaklan
    Apr 14, 2022

    CSchaeffer 

    So, you don't have blank cell. You have cell with some text, e.g. with space. That could work

    =IF( ISTEXT(A8), 15, IF( DAY(A8)<16,15,DAY(EOMONTH(A8,0))) )

Resources