Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default How do I format cells with conditions set on another cell?

I have a formula in a column (=SUM('[Leavers 2015 Progress
tracker.xls]READING'!$V$33)) which I do not want to use until next year. I
have coloured the font white and would like to change it to black when I
change the date in A1. Of course I can conditionally format B1:B10 from
B1:B10, but I can't do this without taking out my original formula!
I would be grateful for any help! :o)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default How do I format cells with conditions set on another cell?

You can do this with a conditional format, but the question is, what are the
conditions? I think I'd try something like this

=DATE(Year(A1),montH(A1),day(A1))=Date(2008,1,1)

My only problem with this is that the date for next year is hardcoded in the
cell.

"Shelby" wrote:

I have a formula in a column (=SUM('[Leavers 2015 Progress
tracker.xls]READING'!$V$33)) which I do not want to use until next year. I
have coloured the font white and would like to change it to black when I
change the date in A1. Of course I can conditionally format B1:B10 from
B1:B10, but I can't do this without taking out my original formula!
I would be grateful for any help! :o)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How do I format cells with conditions set on another cell?

Isn't
=DATE(Year(A1),montH(A1),day(A1))=Date(2008,1,1)
the same as
=A1=Date(2008,1,1)
or as
=YEAR(A1)=2008 ?
--
David Biddulph

"Barb Reinhardt" wrote in message
...
You can do this with a conditional format, but the question is, what are
the
conditions? I think I'd try something like this

=DATE(Year(A1),montH(A1),day(A1))=Date(2008,1,1)

My only problem with this is that the date for next year is hardcoded in
the
cell.

"Shelby" wrote:

I have a formula in a column (=SUM('[Leavers 2015 Progress
tracker.xls]READING'!$V$33)) which I do not want to use until next year.
I
have coloured the font white and would like to change it to black when I
change the date in A1. Of course I can conditionally format B1:B10 from
B1:B10, but I can't do this without taking out my original formula!
I would be grateful for any help! :o)



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
shade cells based on conditions - i have more than 3 conditions Mo2 Excel Worksheet Functions 3 March 30th 07 07:19 AM
how do i format a cell based on format of a range of cells? Chris Hardick Excel Discussion (Misc queries) 2 April 3rd 06 08:54 AM
Count Cells if diff cell meets conditions DJS Excel Worksheet Functions 5 January 12th 06 03:47 PM
Format cells with a formula (7 conditions). danindenver Excel Discussion (Misc queries) 3 January 2nd 06 02:40 PM
Change decimal format of cells depending on conditions? Cornelius Excel Worksheet Functions 1 February 25th 05 12:57 AM


All times are GMT +1. The time now is 02:29 PM.

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"