#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default OR function

I am not a computer programmer but am familiar with excel, word and
mail merging. I am having trouble with one section of the excel
spreadsheet that would allow me to enter a numeric code that would
then put a phrase to then be poured into the merged document. for
instance, in a cell under column "diagnosis", i want to enter a
1,2,3, etc. that would be linked to terms such as articulation,
language, processing, etc.

i have been able to do this with the IF function but only for two
options: ex.
IF C2=1, "articulation". If C2 equals anything else, it will enter
nothing on the mail merge document (which is fine).

I don't know if this makes sense to anyone but it sure would save me a
lot of time if i could use this spreadsheet entry (and the "form"
format even better) for some of my reports.

thanks in advance
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default OR function

=Choose(C2,"articulation","language","processing", up to a total of 29)

or create a list in a column

=Index(sheet5!$A$1:$A$200,C2,1)

--
Regards,
Tom Ogilvy

speechie wrote in message
om...
I am not a computer programmer but am familiar with excel, word and
mail merging. I am having trouble with one section of the excel
spreadsheet that would allow me to enter a numeric code that would
then put a phrase to then be poured into the merged document. for
instance, in a cell under column "diagnosis", i want to enter a
1,2,3, etc. that would be linked to terms such as articulation,
language, processing, etc.

i have been able to do this with the IF function but only for two
options: ex.
IF C2=1, "articulation". If C2 equals anything else, it will enter
nothing on the mail merge document (which is fine).

I don't know if this makes sense to anyone but it sure would save me a
lot of time if i could use this spreadsheet entry (and the "form"
format even better) for some of my reports.

thanks in advance



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default OR function

the OR function: thanks for all of the responses. they have been
very helpful. i tried the choose function and it worked great except
then i realized that i may want to be able to select several of the
choices. for example, a client may have an articulation disorder and
a processing disorder. any way to do this?

l d isaacs


"Tom Ogilvy" wrote in message ...
=Choose(C2,"articulation","language","processing", up to a total of 29)

or create a list in a column

=Index(sheet5!$A$1:$A$200,C2,1)

--
Regards,
Tom Ogilvy

speechie wrote in message
om...
I am not a computer programmer but am familiar with excel, word and
mail merging. I am having trouble with one section of the excel
spreadsheet that would allow me to enter a numeric code that would
then put a phrase to then be poured into the merged document. for
instance, in a cell under column "diagnosis", i want to enter a
1,2,3, etc. that would be linked to terms such as articulation,
language, processing, etc.

i have been able to do this with the IF function but only for two
options: ex.
IF C2=1, "articulation". If C2 equals anything else, it will enter
nothing on the mail merge document (which is fine).

I don't know if this makes sense to anyone but it sure would save me a
lot of time if i could use this spreadsheet entry (and the "form"
format even better) for some of my reports.

thanks in advance

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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
User-Defined Function pre-empting Built-in Function? How to undo???? MarWun Excel Programming 1 August 6th 03 09:31 PM


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