Another If/Ten

  • Thread starter Thread starter Brian Bennett
  • Start date Start date
B

Brian Bennett

HI all.

Trying to use IF/THEN to look at Column A on one sheet, if any cell in that
column equals today() would like cells from that row to fill in another
sheet.

Is this possible? Any ideas on how to make that happen??

Thanks.

Flue.
 
Maybe you can use format|Conditional formatting.

Select the range to color (I used A2:X999).

With A2 the activecell, I did:
format|conditional formatting
formula is:
=($a2=today())
and give it a nice format
 

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