Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 30
Default conditional formatting

Excel 2003. Beginner user here. I have Cell C3 with a date and time. I
have Cell D3 with a date and time. I want Cell C3 to become bold text if
the date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that are
exactly the same are bold. I need the conditional formatting to ignore the
time.

Thanks,
Linda





  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 136
Default conditional formatting

For future posts indicate what version of Excel you are using since the
methods are different

Select C3, do formatconditional Formatting, use formula is, in the formula
box put


=TEXT(B3,"mm/dd/yyyy")=TEXT(D3,"mm/dd/yyyy")

click the format button and select font, then bold and click OK twice



For 2007, select C3, click the conditional formatting icon on the home tab,
select new formatting rule, select use formula etc, in the box below put the
same formula in there, then format and select font and bold


--


Regards,


Peo Sjoblom


"Linda RQ" wrote in message
...
Excel 2003. Beginner user here. I have Cell C3 with a date and time. I
have Cell D3 with a date and time. I want Cell C3 to become bold text if
the date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that are
exactly the same are bold. I need the conditional formatting to ignore
the time.

Thanks,
Linda







  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 694
Default conditional formatting

HI Peo
For future posts indicate what version of Excel you are using "

You're reading to fast or you need a good cut of coffee,She started her post
typing " Excel 2003"
Lack of coffee will do that.
John

"Peo Sjoblom" wrote in message
...
For future posts indicate what version of Excel you are using since the
methods are different

Select C3, do formatconditional Formatting, use formula is, in the formula
box put


=TEXT(B3,"mm/dd/yyyy")=TEXT(D3,"mm/dd/yyyy")

click the format button and select font, then bold and click OK twice




For 2007, select C3, click the conditional formatting icon on the home tab,
select new formatting rule, select use formula etc, in the box below put the
same formula in there, then format and select font and bold


--


Regards,


Peo Sjoblom


"Linda RQ" wrote in message
...
Excel 2003. Beginner user here. I have Cell C3 with a date and time. I
have Cell D3 with a date and time. I want Cell C3 to become bold text if the
date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that are
exactly the same are bold. I need the conditional formatting to ignore the
time.

Thanks,
Linda








  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default conditional formatting

You could also use:

Formula is:
=int(c3)=int(d3)
(=int() will take the whole number (the date) and ignore the fraction (the
time).)


Linda RQ wrote:

Excel 2003. Beginner user here. I have Cell C3 with a date and time. I
have Cell D3 with a date and time. I want Cell C3 to become bold text if
the date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that are
exactly the same are bold. I need the conditional formatting to ignore the
time.

Thanks,
Linda


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 136
Default conditional formatting

I apologize to the OP :)

--


Regards,


Peo Sjoblom


"John" wrote in message
...
HI Peo
For future posts indicate what version of Excel you are using "

You're reading to fast or you need a good cut of coffee,She started her
post typing " Excel 2003"
Lack of coffee will do that.
John

"Peo Sjoblom" wrote in message
...
For future posts indicate what version of Excel you are using since the
methods are different

Select C3, do formatconditional Formatting, use formula is, in the
formula box put


=TEXT(B3,"mm/dd/yyyy")=TEXT(D3,"mm/dd/yyyy")

click the format button and select font, then bold and click OK twice




For 2007, select C3, click the conditional formatting icon on the home
tab, select new formatting rule, select use formula etc, in the box below
put the same formula in there, then format and select font and bold


--


Regards,


Peo Sjoblom


"Linda RQ" wrote in message
...
Excel 2003. Beginner user here. I have Cell C3 with a date and time.
I have Cell D3 with a date and time. I want Cell C3 to become bold text
if the date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that
are exactly the same are bold. I need the conditional formatting to
ignore the time.

Thanks,
Linda












  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 30
Default conditional formatting

Hey, no need to apologize. If I had used proper grammer you would have
noticed. Besides, your help is really appreciated and it worked great. I
still have much more to do with this data and learn so keep me in your
radar.

Thanks,
Linda

"Peo Sjoblom" wrote in message
...
I apologize to the OP :)

--


Regards,


Peo Sjoblom


"John" wrote in message
...
HI Peo
For future posts indicate what version of Excel you are using "

You're reading to fast or you need a good cut of coffee,She started her
post typing " Excel 2003"
Lack of coffee will do that.
John

"Peo Sjoblom" wrote in message
...
For future posts indicate what version of Excel you are using since the
methods are different

Select C3, do formatconditional Formatting, use formula is, in the
formula box put


=TEXT(B3,"mm/dd/yyyy")=TEXT(D3,"mm/dd/yyyy")

click the format button and select font, then bold and click OK twice




For 2007, select C3, click the conditional formatting icon on the home
tab, select new formatting rule, select use formula etc, in the box
below put the same formula in there, then format and select font and
bold


--


Regards,


Peo Sjoblom


"Linda RQ" wrote in message
...
Excel 2003. Beginner user here. I have Cell C3 with a date and time.
I have Cell D3 with a date and time. I want Cell C3 to become bold
text if the date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that
are exactly the same are bold. I need the conditional formatting to
ignore the time.

Thanks,
Linda












  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 30
Default conditional formatting

That worked great too Dave. Thanks for answering

Linda

"Dave Peterson" wrote in message
...
You could also use:

Formula is:
=int(c3)=int(d3)
(=int() will take the whole number (the date) and ignore the fraction (the
time).)


Linda RQ wrote:

Excel 2003. Beginner user here. I have Cell C3 with a date and time. I
have Cell D3 with a date and time. I want Cell C3 to become bold text if
the date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that
are
exactly the same are bold. I need the conditional formatting to ignore
the
time.

Thanks,
Linda


--

Dave Peterson



  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 136
Default conditional formatting

Sure Linda, thanks for the feedback

--


Regards,


Peo Sjoblom


"Linda RQ" wrote in message
...
Hey, no need to apologize. If I had used proper grammer you would have
noticed. Besides, your help is really appreciated and it worked great. I
still have much more to do with this data and learn so keep me in your
radar.

Thanks,
Linda

"Peo Sjoblom" wrote in message
...
I apologize to the OP :)

--


Regards,


Peo Sjoblom


"John" wrote in message
...
HI Peo
For future posts indicate what version of Excel you are using "
You're reading to fast or you need a good cut of coffee,She started her
post typing " Excel 2003"
Lack of coffee will do that.
John

"Peo Sjoblom" wrote in message
...
For future posts indicate what version of Excel you are using since the
methods are different

Select C3, do formatconditional Formatting, use formula is, in the
formula box put


=TEXT(B3,"mm/dd/yyyy")=TEXT(D3,"mm/dd/yyyy")

click the format button and select font, then bold and click OK twice




For 2007, select C3, click the conditional formatting icon on the home
tab, select new formatting rule, select use formula etc, in the box
below put the same formula in there, then format and select font and
bold


--


Regards,


Peo Sjoblom


"Linda RQ" wrote in message
...
Excel 2003. Beginner user here. I have Cell C3 with a date and time.
I have Cell D3 with a date and time. I want Cell C3 to become bold
text if the date only is the same as the date in cell C3.

C3 12/1/09 08:20 (bold text because the date is equal)
D3 12/1/09 13:20

I tried using conditional formatting but only the dates and times that
are exactly the same are bold. I need the conditional formatting to
ignore the time.

Thanks,
Linda














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--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 09:05 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"