CMD Button Help!!!!

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

Guest

My spreadsheet contains columns A - F. Column F contains dates. Column A
will be my flag column. When I press the command button if the date in
column f is greater than 1 Jan 2005 I want a bold red "F" automatically
placed in column a.

Thanks in advance
OS
 
Assuming that your data starts at Row2, put this formula into A2 ...
=If(F2>Date(2005,1,1),"F","")
Then copy the formula down as far as required.
Then format ColA as Bold & Red.
Rgds,
ScottO

message | My spreadsheet contains columns A - F. Column F contains dates. Column A
| will be my flag column. When I press the command button if the date in
| column f is greater than 1 Jan 2005 I want a bold red "F" automatically
| placed in column a.
|
| Thanks in advance
| OS
 

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