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

OK. Thanks to the support received here I got Conditional Dropdowsn working
nicely.

Now I need to fill a cell with a paragraph of text depending on a dropdown
list selected elsewhere

e.g. If I select Apples from a dropdown list of fruit, in another cell I get
a paragraph telling me about apples.

Thanks

Mike


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 524
Default Conditional Paragraphs

Mon, 21 May 2007 14:33:18 +0800 from Mike Lang
:
OK. Thanks to the support received here I got Conditional Dropdowsn working
nicely.

Now I need to fill a cell with a paragraph of text depending on a dropdown
list selected elsewhere

e.g. If I select Apples from a dropdown list of fruit, in another cell I get
a paragraph telling me about apples.


=if(A27="apples", "apple text", "orange text")

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,365
Default Conditional Paragraphs

Another option that might permit more text in the descriptive paragraph:

On a separate sheet (which you can hide) create a table with the list items
in one column and the paragraphs in the next column. Lets say you have 10
items in the list, and your table goes in a sheet named SourceInfo from A1 to
B10, then in the descriptive paragraph cell on the sheet with the dropdown
(dropdown in G1 to keep things clear here)
=VLookup(G1,SourceInfo!$A$1:$B$10,2,0)

Extra hint: On that hidden sheet, choose the list of items (left column only
with the fruit names in it) and in the Name Box (left of the formula bar,
just above the "A" column identifier) type in a name for that list such as
FruitList and press the [Enter] key. Now the list can be referred to by the
name you entered. For your dropdown, use Data Validation and choose List for
the "allow" and then for the source of the list type in =FruitList.


"Mike Lang" wrote:

OK. Thanks to the support received here I got Conditional Dropdowsn working
nicely.

Now I need to fill a cell with a paragraph of text depending on a dropdown
list selected elsewhere

e.g. If I select Apples from a dropdown list of fruit, in another cell I get
a paragraph telling me about apples.

Thanks

Mike



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 18
Default Conditional Paragraphs

Thanks very much

"Mike Lang" wrote in message
...
OK. Thanks to the support received here I got Conditional Dropdowsn
working nicely.

Now I need to fill a cell with a paragraph of text depending on a dropdown
list selected elsewhere

e.g. If I select Apples from a dropdown list of fruit, in another cell I
get a paragraph telling me about apples.

Thanks

Mike




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
Taking out or reducing space betwen paragraphs TypeType Excel Discussion (Misc queries) 1 March 22nd 07 08:16 AM
How can I enter multiple paragraphs in a single Excel cell? dclink9 Excel Discussion (Misc queries) 2 June 9th 06 10:34 PM
Separate Paragraphs in a cell? Quin Excel Discussion (Misc queries) 4 May 4th 06 08:14 PM
how can i make paragraphs in side one cell in Excell? ashraf Excel Discussion (Misc queries) 2 March 17th 05 04:37 PM
Moving paragraphs from MS Word to Excel [email protected] Excel Discussion (Misc queries) 3 March 2nd 05 02:36 AM


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