Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default Conditional Formating from Drop Down List

Afternoon,

I have a drop down list with five options in cell H3:
Accident Damage
Transferred From
Transferred To
Operational
Service

Now in a seperate cell (L3) I want to use conditional formating so that when
Transferred From is selected, then in the cell it will say "Sending Depot" in
Red and when Transferred To is selected, then the cell will say "Receivig
Depot" in Green.

Any suggestions.

Oh yes, forgot, compliments of the season.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default Conditional Formating from Drop Down List

You need a formula in L3 of

=IF(H3="Transferred From","Sending Depot",IF(H3="Transferred To","Receiving
Depot,""))

and then conditionally format L3 to show the colour based upon that value.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Sunnyskies" wrote in message
...
Afternoon,

I have a drop down list with five options in cell H3:
Accident Damage
Transferred From
Transferred To
Operational
Service

Now in a seperate cell (L3) I want to use conditional formating so that
when
Transferred From is selected, then in the cell it will say "Sending Depot"
in
Red and when Transferred To is selected, then the cell will say "Receivig
Depot" in Green.

Any suggestions.

Oh yes, forgot, compliments of the season.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default Conditional Formating from Drop Down List

Thanks, works like a dream

"Bob Phillips" wrote:

You need a formula in L3 of

=IF(H3="Transferred From","Sending Depot",IF(H3="Transferred To","Receiving
Depot,""))

and then conditionally format L3 to show the colour based upon that value.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Sunnyskies" wrote in message
...
Afternoon,

I have a drop down list with five options in cell H3:
Accident Damage
Transferred From
Transferred To
Operational
Service

Now in a seperate cell (L3) I want to use conditional formating so that
when
Transferred From is selected, then in the cell it will say "Sending Depot"
in
Red and when Transferred To is selected, then the cell will say "Receivig
Depot" in Green.

Any suggestions.

Oh yes, forgot, compliments of the season.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default Conditional Formating from Drop Down List

Sorry Bob,

How do I elimate the FALSE from the error calculation?

Thanks

"Bob Phillips" wrote:

You need a formula in L3 of

=IF(H3="Transferred From","Sending Depot",IF(H3="Transferred To","Receiving
Depot,""))

and then conditionally format L3 to show the colour based upon that value.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Sunnyskies" wrote in message
...
Afternoon,

I have a drop down list with five options in cell H3:
Accident Damage
Transferred From
Transferred To
Operational
Service

Now in a seperate cell (L3) I want to use conditional formating so that
when
Transferred From is selected, then in the cell it will say "Sending Depot"
in
Red and when Transferred To is selected, then the cell will say "Receivig
Depot" in Green.

Any suggestions.

Oh yes, forgot, compliments of the season.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Conditional Formating from Drop Down List

Include the missing double quotes at the end of "Receiving Depot" and before
the comma.
=IF(H3="Transferred From","Sending Depot",IF(H3="Transferred To","Receiving
Depot",""))
--
David Biddulph

"Sunnyskies" wrote in message
...
Sorry Bob,

How do I elimate the FALSE from the error calculation?


"Bob Phillips" wrote:

You need a formula in L3 of

=IF(H3="Transferred From","Sending Depot",IF(H3="Transferred
To","Receiving
Depot,""))

and then conditionally format L3 to show the colour based upon that
value.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Sunnyskies" wrote in message
...
Afternoon,

I have a drop down list with five options in cell H3:
Accident Damage
Transferred From
Transferred To
Operational
Service

Now in a seperate cell (L3) I want to use conditional formating so that
when
Transferred From is selected, then in the cell it will say "Sending
Depot"
in
Red and when Transferred To is selected, then the cell will say
"Receivig
Depot" in Green.

Any suggestions.

Oh yes, forgot, compliments of the season.








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 107
Default Conditional Formating from Drop Down List

Great. Have a fantastic holiday.

"David Biddulph" wrote:

Include the missing double quotes at the end of "Receiving Depot" and before
the comma.
=IF(H3="Transferred From","Sending Depot",IF(H3="Transferred To","Receiving
Depot",""))
--
David Biddulph

"Sunnyskies" wrote in message
...
Sorry Bob,

How do I elimate the FALSE from the error calculation?


"Bob Phillips" wrote:

You need a formula in L3 of

=IF(H3="Transferred From","Sending Depot",IF(H3="Transferred
To","Receiving
Depot,""))

and then conditionally format L3 to show the colour based upon that
value.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Sunnyskies" wrote in message
...
Afternoon,

I have a drop down list with five options in cell H3:
Accident Damage
Transferred From
Transferred To
Operational
Service

Now in a seperate cell (L3) I want to use conditional formating so that
when
Transferred From is selected, then in the cell it will say "Sending
Depot"
in
Red and when Transferred To is selected, then the cell will say
"Receivig
Depot" in Green.

Any suggestions.

Oh yes, forgot, compliments of the season.






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
Drop down list Dave Excel Discussion (Misc queries) 2 December 5th 06 07:27 PM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 PM
Order of drop down list Cash Excel Discussion (Misc queries) 1 April 4th 06 11:12 PM
Limit drop down list and linking to other info Intuit Excel Worksheet Functions 13 February 2nd 06 09:48 PM
changing value of a cell by selecting an item from a drop down list Bobby Mir Excel Worksheet Functions 6 June 8th 05 08:33 PM


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