Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Apply Conditional formating to all cell

Good morning. Please Using following formula in conditional formatting window:-
=IF($J$14-TODAY()<=60,"True","False") and i want to apply to the whole cell.
I mean not only J14 BUT from J14 : J626. Please how can i re-write the
formular. thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Apply Conditional formating to all cell

Select J14:J26 and use

=$J14-TODAY()<=60

--
__________________________________
HTH

Bob

"Kanmi" wrote in message
...
Good morning. Please Using following formula in conditional formatting
window:-
=IF($J$14-TODAY()<=60,"True","False") and i want to apply to the whole
cell.
I mean not only J14 BUT from J14 : J626. Please how can i re-write the
formular. thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Apply Conditional formating to all cell

Select the range eg select J14:J626 (with J14 active),
then apply CF using Formula is:
=AND(ISNUMBER($J14),$J14-TODAY()<=60)

The ISNUMBER is an additional check to ensure that blank cells in col J (if
any) do not spuriously trigger the CF. Note that you could actually select
any corresponding range to be conditionally formatted dependent on the dates
in col J, eg you could select say A14:E626 (with A14 active), then apply the
above CF "as-is".
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Kanmi" wrote:
Good morning. Please Using following formula in conditional formatting window:-
=IF($J$14-TODAY()<=60,"True","False") and i want to apply to the whole cell.
I mean not only J14 BUT from J14 : J626. Please how can i re-write the
formular. thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Apply Conditional formating to all cell

Wow that is it right there. Thanks alot and appreciate your time. It working
as i want. great job. thanks

"Max" wrote:

Select the range eg select J14:J626 (with J14 active),
then apply CF using Formula is:
=AND(ISNUMBER($J14),$J14-TODAY()<=60)

The ISNUMBER is an additional check to ensure that blank cells in col J (if
any) do not spuriously trigger the CF. Note that you could actually select
any corresponding range to be conditionally formatted dependent on the dates
in col J, eg you could select say A14:E626 (with A14 active), then apply the
above CF "as-is".
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Kanmi" wrote:
Good morning. Please Using following formula in conditional formatting window:-
=IF($J$14-TODAY()<=60,"True","False") and i want to apply to the whole cell.
I mean not only J14 BUT from J14 : J626. Please how can i re-write the
formular. thanks.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Apply Conditional formating to all cell

Hi,

remove the $ before the 14. Now copy the cell (which has this conditional
formatting [CF] formula) and select the range over which you want to past
the CF. Now go to Edit Paste Special Formats

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Kanmi" wrote in message
...
Good morning. Please Using following formula in conditional formatting
window:-
=IF($J$14-TODAY()<=60,"True","False") and i want to apply to the whole
cell.
I mean not only J14 BUT from J14 : J626. Please how can i re-write the
formular. thanks.


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
Apply Conditional Formatting If Data in More Than 1 Cell Matches Maureen Excel Discussion (Misc queries) 5 March 5th 09 03:35 PM
Split a cell diagonally and apply a different conditional format. Champ Excel Worksheet Functions 2 February 5th 09 06:38 PM
Apply conditional formatting to individual cell Excel 2007 James D Excel Worksheet Functions 3 June 3rd 07 09:59 PM
Is it possible to apply conditional formating to a pivot chart? lay Charts and Charting in Excel 8 April 1st 06 11:37 PM
apply conditional formatting to negative cell values dona Excel Discussion (Misc queries) 2 March 10th 06 12:04 PM


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

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

About Us

"It's about Microsoft Excel"