Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

How to Get the Last Day of the Month

How to Get the Last Day of the Month

Example =DAY(EOMONTH(B3,0)) Download Example File Generic Formula =DAY(EOMONTH(Date,0)) Date – This is the date for which you want to return the last day of the month. What It Does This formula will return the last day of the month from the date selected. How It...
How to Get the Current Sheet Name

How to Get the Current Sheet Name

Example Download Example File Generic Formula =RIGHT(CELL(“filename”),LEN(CELL(“filename”))-FIND(“]”,CELL(“filename”))) filename – This is a system defined input for the CELL function. What It Does This formula...