Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Conditional format, using current and other cell, searching blanks

Background
I've set up a simple "database" in Excel 2003. It's a list of equipment,
recording when it's borrowed, who's got it and when it's due back. I want to
use conditional formatting in the cell containing the date that the
equipment's due for return, based on
(a) the value in that cell (date format) and
(b) the value in another cell (text)

Basically, I want the cell to turn red if the cell saying who's borrowed
the equipment is not blank AND the date in the current cell is earlier than
the current date.

If I just set it to turn it red if the return by date is before today,
then all the blank ones turn red as well (if no-one's borrowed the equipment,
cells in this column are blank). I've tried using "formula is" but I'm not
very good at compound formulae and keep getting error messages. I also tried
add a Yes/No column for "borrowed Y/N" to make the text search simpler (I
don't know how to search for blanks without AutoFilter), but still got error
messages.

Question
Does anyone know how I might do this? It's not a hugely long list, so I
may just leave it at using AutoFilter to pull up non-blanks in the "borrowed
by" or "due back" column and look down through the dates. It would just be
nice to see at a glance if anything's overdue.

Many thanks to anyone who can advise
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Conditional format, using current and other cell, searching blanks

Assuming

Col A - who' borrowed
ColC - Date.

In C1 applyy conditional formatting to REd with this formula

=IF(A1<"",C1<TODAY())


If this post helps click Yes
---------------
Jacob Skaria


"Amanda Cass" wrote:

Background
I've set up a simple "database" in Excel 2003. It's a list of equipment,
recording when it's borrowed, who's got it and when it's due back. I want to
use conditional formatting in the cell containing the date that the
equipment's due for return, based on
(a) the value in that cell (date format) and
(b) the value in another cell (text)

Basically, I want the cell to turn red if the cell saying who's borrowed
the equipment is not blank AND the date in the current cell is earlier than
the current date.

If I just set it to turn it red if the return by date is before today,
then all the blank ones turn red as well (if no-one's borrowed the equipment,
cells in this column are blank). I've tried using "formula is" but I'm not
very good at compound formulae and keep getting error messages. I also tried
add a Yes/No column for "borrowed Y/N" to make the text search simpler (I
don't know how to search for blanks without AutoFilter), but still got error
messages.

Question
Does anyone know how I might do this? It's not a hugely long list, so I
may just leave it at using AutoFilter to pull up non-blanks in the "borrowed
by" or "due back" column and look down through the dates. It would just be
nice to see at a glance if anything's overdue.

Many thanks to anyone who can advise

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Conditional format, using current and other cell, searching bl

Thank you soooooo much, Jacob. This has worked perfectly.

You are a very wonderful person (and I'm a very happy one) :D



"Jacob Skaria" wrote:

Assuming

Col A - who' borrowed
ColC - Date.

In C1 applyy conditional formatting to REd with this formula

=IF(A1<"",C1<TODAY())


If this post helps click Yes
---------------
Jacob Skaria


"Amanda Cass" wrote:

Background
I've set up a simple "database" in Excel 2003. It's a list of equipment,
recording when it's borrowed, who's got it and when it's due back. I want to
use conditional formatting in the cell containing the date that the
equipment's due for return, based on
(a) the value in that cell (date format) and
(b) the value in another cell (text)

Basically, I want the cell to turn red if the cell saying who's borrowed
the equipment is not blank AND the date in the current cell is earlier than
the current date.

If I just set it to turn it red if the return by date is before today,
then all the blank ones turn red as well (if no-one's borrowed the equipment,
cells in this column are blank). I've tried using "formula is" but I'm not
very good at compound formulae and keep getting error messages. I also tried
add a Yes/No column for "borrowed Y/N" to make the text search simpler (I
don't know how to search for blanks without AutoFilter), but still got error
messages.

Question
Does anyone know how I might do this? It's not a hugely long list, so I
may just leave it at using AutoFilter to pull up non-blanks in the "borrowed
by" or "due back" column and look down through the dates. It would just be
nice to see at a glance if anything's overdue.

Many thanks to anyone who can advise

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Conditional format, using current and other cell, searching bl

Welcome...

If this post helps click Yes
---------------
Jacob Skaria


"Amanda Cass" wrote:

Thank you soooooo much, Jacob. This has worked perfectly.

You are a very wonderful person (and I'm a very happy one) :D



"Jacob Skaria" wrote:

Assuming

Col A - who' borrowed
ColC - Date.

In C1 applyy conditional formatting to REd with this formula

=IF(A1<"",C1<TODAY())


If this post helps click Yes
---------------
Jacob Skaria


"Amanda Cass" wrote:

Background
I've set up a simple "database" in Excel 2003. It's a list of equipment,
recording when it's borrowed, who's got it and when it's due back. I want to
use conditional formatting in the cell containing the date that the
equipment's due for return, based on
(a) the value in that cell (date format) and
(b) the value in another cell (text)

Basically, I want the cell to turn red if the cell saying who's borrowed
the equipment is not blank AND the date in the current cell is earlier than
the current date.

If I just set it to turn it red if the return by date is before today,
then all the blank ones turn red as well (if no-one's borrowed the equipment,
cells in this column are blank). I've tried using "formula is" but I'm not
very good at compound formulae and keep getting error messages. I also tried
add a Yes/No column for "borrowed Y/N" to make the text search simpler (I
don't know how to search for blanks without AutoFilter), but still got error
messages.

Question
Does anyone know how I might do this? It's not a hugely long list, so I
may just leave it at using AutoFilter to pull up non-blanks in the "borrowed
by" or "due back" column and look down through the dates. It would just be
nice to see at a glance if anything's overdue.

Many thanks to anyone who can advise

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
searching text and conditional format with multple conditions diaare Excel Worksheet Functions 4 December 17th 07 08:12 PM
Format a text cell for searching Toppers Excel Discussion (Misc queries) 0 March 28th 07 02:18 AM
Format a text cell for searching DavidM[_2_] Excel Discussion (Misc queries) 0 March 28th 07 01:17 AM
conditional format by comparing to current date Kitfox Excel Worksheet Functions 6 January 25th 07 09:16 AM
Conditional Format Blanks [email protected] Excel Discussion (Misc queries) 1 August 17th 05 09:18 PM


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