Hi guys, I'm working with the following formula:
=IF(MONTH([Start Date]@row) = 2, "February", IF(MONTH([Start Date]@row) = 1, "January", IF(MONTH([Start Date]@row) = 3, "March", IF(MONTH([Start Date]@row) = 4, "April", IF(MONTH([Start Date]@row) = 5, "May", IF(MONTH([Start Date]@row) = 6, "June", IF(MONTH([Start Date]@row) = 7, "July", IF(MONTH([Start Date]@row) = 8, "August", IF(MONTH([Start Date]@row) = 9, "September", IF(MONTH([Start Date]@row) = 10, "October", IF(MONTH([Start Date]@row) = 11, "November", "December")
So I can populate the month since "text" formula does not work in smartsheet.
I have a problem when trying to combine it with the "IF ERROR" fuction.
After entering the IF ERROR, does not populate information, it says #INVALID DATA TYPE only.
How should I enter the formula?
Thanks so munch in advance!