Hi,
I have a data table in a worksheet with client names (in column "A") and start dates stored as "dd-mmm-yyyy" (in column "B").
In Column "D" I have the following formula "=IF($A1 = 0, " ",( TEXT($A1,"mmmm")))" to reflect a renewal month.
Column "A" = "Client names"
Column "B" = "start date"...