change of cell coor by software

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want change the color of a row when the date changes to next month by
software
 
select all the rows from 2 onwards till the end of your data, go to format,
conditional formaating. Sleect "Formula Is", and enter the following formula
in the box:
=month(A2)<>month(A1)
and click format, patterns tab, and select a color.

Assumption. The dates are in column A

Mangesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top