Do i need to use VBA?

C

Confused Man

Hello all,

I have a worksheet inside a large spreadsheet that has a listing of dates
and prices that it pulls from the other worksheets in the file. I want to
set it us so that if the date in column "C" is todays date make the cell
BOLD and a certain color... if the date occured within the past 30 days no
bold but the same color... and then a separate formule that does the same
thing in column "N" but gives a different color (bold only on todays date)

Is this possible? and if so... how?

Thank you all so much!
Confused Man
 
B

Bob Phillips

Use conditional formatting

select the cells in C
Format>Conditional Formatting
Change condition 1 to Formula Is
Add a formula of =C1=TODAY()
Click Format
On the Font tab, selct Bold
On the Pattern tab, select your colour
OK
Click Add condition
change to Formula Is again
Add a formula of =C1>TODYA()-30
repeat for bold and colour
OK
 
C

Confused Man

Thanks that's perfect!

Confused Man

Bob Phillips said:
Use conditional formatting

select the cells in C
Format>Conditional Formatting
Change condition 1 to Formula Is
Add a formula of =C1=TODAY()
Click Format
On the Font tab, selct Bold
On the Pattern tab, select your colour
OK
Click Add condition
change to Formula Is again
Add a formula of =C1>TODYA()-30
repeat for bold and colour
OK
 

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

Top