L
loulou
On August 21, I submit a question regarding formulas with dates. Now I need
to color each one of the codes that I obtained with the formula.
My results of this problem :
M-00
M-01
M-02
M-03
M-04
M-05
etc.....
I need that each one have a color but for all the row that contains that
code in certain columns.
Thanks
Loulou
LAST QUESTION AND ANSER REGARDING THE SAME PROBLEM:
Assuming your dates are in A2 and onward, in B2:
="M"&TEXT(MONTH(TODAY())-MONTH(A2)+(YEAR(TODAY())-YEAR(A2))*12,"+00;-00;-00")
This will detect how far each month is away from today's date, and format it
match your coding standards.
to color each one of the codes that I obtained with the formula.
My results of this problem :
M-00
M-01
M-02
M-03
M-04
M-05
etc.....
I need that each one have a color but for all the row that contains that
code in certain columns.
Thanks
Loulou
LAST QUESTION AND ANSER REGARDING THE SAME PROBLEM:
Assuming your dates are in A2 and onward, in B2:
="M"&TEXT(MONTH(TODAY())-MONTH(A2)+(YEAR(TODAY())-YEAR(A2))*12,"+00;-00;-00")
This will detect how far each month is away from today's date, and format it
match your coding standards.