Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jock W
 
Posts: n/a
Default conditional fomatting

If cell A2 contains todays date (using the NOW() formula) how do I get the
contents of A1 to be displayed either in bold and/or different colour?

tia

--
Jock Waddington
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default conditional fomatting

Hi

Set the CF of A1 to
=A2=TODAY()
using the Formula Is option.

Andy.

"Jock W" wrote in message
...
If cell A2 contains todays date (using the NOW() formula) how do I get the
contents of A1 to be displayed either in bold and/or different colour?

tia

--
Jock Waddington



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default conditional fomatting

Would you like to rephrase. A2 will always displays today's date if it has
=NOW() unless you have not calculated the worksheet. If you have not
calculated it, then how do we now the date - a catch 22 situation.

Maybe you want A1 to be somehow formatted if ITS value is today.
With A1 selected open the Conditional Formatting dialog and set it to
Formula Is; =A1=TODAY()
Click Format button and set a format.

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jock W" wrote in message
...
If cell A2 contains todays date (using the NOW() formula) how do I get the
contents of A1 to be displayed either in bold and/or different colour?

tia

--
Jock Waddington



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jock W
 
Posts: n/a
Default conditional fomatting

Good point.
What I'm trying to achieve is when text is entered in A3, todays date
automatically appears in A2 and the text in A1 is bold.

Thanks guys.
--
Jock Waddington


"Bernard Liengme" wrote:

Would you like to rephrase. A2 will always displays today's date if it has
=NOW() unless you have not calculated the worksheet. If you have not
calculated it, then how do we now the date - a catch 22 situation.

Maybe you want A1 to be somehow formatted if ITS value is today.
With A1 selected open the Conditional Formatting dialog and set it to
Formula Is; =A1=TODAY()
Click Format button and set a format.

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jock W" wrote in message
...
If cell A2 contains todays date (using the NOW() formula) how do I get the
contents of A1 to be displayed either in bold and/or different colour?

tia

--
Jock Waddington




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default conditional fomatting

In A2, =IF(ISBLANK(A3,"",TODAY())
Conditional format A1: select A1 set Formula Is =A3=TODAY(), Format to bold
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Jock W" wrote in message
...
Good point.
What I'm trying to achieve is when text is entered in A3, todays date
automatically appears in A2 and the text in A1 is bold.

Thanks guys.
--
Jock Waddington


"Bernard Liengme" wrote:

Would you like to rephrase. A2 will always displays today's date if it
has
=NOW() unless you have not calculated the worksheet. If you have not
calculated it, then how do we now the date - a catch 22 situation.

Maybe you want A1 to be somehow formatted if ITS value is today.
With A1 selected open the Conditional Formatting dialog and set it to
Formula Is; =A1=TODAY()
Click Format button and set a format.

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jock W" wrote in message
...
If cell A2 contains todays date (using the NOW() formula) how do I get
the
contents of A1 to be displayed either in bold and/or different colour?

tia

--
Jock Waddington








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jock W
 
Posts: n/a
Default conditional fomatting

Thanks Bernard.
That works to a point, but the date changes in all cells by using the TODAY
or NOW functions.
I would like the dates to remain as they were input and not to be
automatically updated.
Cheers.
--
Jock Waddington


"Bernard Liengme" wrote:

In A2, =IF(ISBLANK(A3,"",TODAY())
Conditional format A1: select A1 set Formula Is =A3=TODAY(), Format to bold
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Jock W" wrote in message
...
Good point.
What I'm trying to achieve is when text is entered in A3, todays date
automatically appears in A2 and the text in A1 is bold.

Thanks guys.
--
Jock Waddington


"Bernard Liengme" wrote:

Would you like to rephrase. A2 will always displays today's date if it
has
=NOW() unless you have not calculated the worksheet. If you have not
calculated it, then how do we now the date - a catch 22 situation.

Maybe you want A1 to be somehow formatted if ITS value is today.
With A1 selected open the Conditional Formatting dialog and set it to
Formula Is; =A1=TODAY()
Click Format button and set a format.

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jock W" wrote in message
...
If cell A2 contains todays date (using the NOW() formula) how do I get
the
contents of A1 to be displayed either in bold and/or different colour?

tia

--
Jock Waddington






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default conditional fomatting

Hi

You can use Ctrl+; for inputting the date and Ctrl+: for the time instead.
These put in the current date/time and they remain fixed.

Andy.

"Jock W" wrote in message
...
Thanks Bernard.
That works to a point, but the date changes in all cells by using the
TODAY
or NOW functions.
I would like the dates to remain as they were input and not to be
automatically updated.
Cheers.
--
Jock Waddington


"Bernard Liengme" wrote:

In A2, =IF(ISBLANK(A3,"",TODAY())
Conditional format A1: select A1 set Formula Is =A3=TODAY(), Format to
bold
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Jock W" wrote in message
...
Good point.
What I'm trying to achieve is when text is entered in A3, todays date
automatically appears in A2 and the text in A1 is bold.

Thanks guys.
--
Jock Waddington


"Bernard Liengme" wrote:

Would you like to rephrase. A2 will always displays today's date if it
has
=NOW() unless you have not calculated the worksheet. If you have not
calculated it, then how do we now the date - a catch 22 situation.

Maybe you want A1 to be somehow formatted if ITS value is today.
With A1 selected open the Conditional Formatting dialog and set it to
Formula Is; =A1=TODAY()
Click Format button and set a format.

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jock W" wrote in message
...
If cell A2 contains todays date (using the NOW() formula) how do I
get
the
contents of A1 to be displayed either in bold and/or different
colour?

tia

--
Jock Waddington








  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jock W
 
Posts: n/a
Default conditional fomatting

I've conceded to entering the date manually, so that will help.

Thanks Andy

--
Jock Waddington


"Andy" wrote:

Hi

You can use Ctrl+; for inputting the date and Ctrl+: for the time instead.
These put in the current date/time and they remain fixed.

Andy.

"Jock W" wrote in message
...
Thanks Bernard.
That works to a point, but the date changes in all cells by using the
TODAY
or NOW functions.
I would like the dates to remain as they were input and not to be
automatically updated.
Cheers.
--
Jock Waddington


"Bernard Liengme" wrote:

In A2, =IF(ISBLANK(A3,"",TODAY())
Conditional format A1: select A1 set Formula Is =A3=TODAY(), Format to
bold
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email


"Jock W" wrote in message
...
Good point.
What I'm trying to achieve is when text is entered in A3, todays date
automatically appears in A2 and the text in A1 is bold.

Thanks guys.
--
Jock Waddington


"Bernard Liengme" wrote:

Would you like to rephrase. A2 will always displays today's date if it
has
=NOW() unless you have not calculated the worksheet. If you have not
calculated it, then how do we now the date - a catch 22 situation.

Maybe you want A1 to be somehow formatted if ITS value is today.
With A1 selected open the Conditional Formatting dialog and set it to
Formula Is; =A1=TODAY()
Click Format button and set a format.

Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Jock W" wrote in message
...
If cell A2 contains todays date (using the NOW() formula) how do I
get
the
contents of A1 to be displayed either in bold and/or different
colour?

tia

--
Jock Waddington









Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting when inserting a row zahoulik Excel Worksheet Functions 2 January 7th 06 03:01 PM
Conditional Format Not Working KMH Excel Discussion (Misc queries) 0 December 22nd 05 05:32 PM
Conditional formula - language needed gamebird Excel Worksheet Functions 7 October 10th 05 11:48 PM
VLOOKUP & Conditional Formating Help. Excel'ed Failures Excel Discussion (Misc queries) 6 August 16th 05 04:46 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 02:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"