Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 96
Default Formula Halp - If or Lookup

I am not sure how to get the results I am looking for, and if it is better to
use an if statement or a lookup funtcion (which I have never used before).

Data Information:
Column "AO" contains one of 5 names
Based on looking at these names, I want a formula that puts one of 5
corresponding intials in column BA.

Any formula suggestions would be truly appreciated!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 772
Default Formula Halp - If or Lookup

We need some rules, what decides which initials go into column BA? you say
colmn AO contains one of 5 names, so does AO contain only 1 name? or does it
have many names that are from a pool of 5?
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"Diane" wrote:

I am not sure how to get the results I am looking for, and if it is better to
use an if statement or a lookup funtcion (which I have never used before).

Data Information:
Column "AO" contains one of 5 names
Based on looking at these names, I want a formula that puts one of 5
corresponding intials in column BA.

Any formula suggestions would be truly appreciated!!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 96
Default Formula Halp - If or Lookup

I'll try to illustrate more clearly. Column AO is a long list within a
spreadsheet database of over 300 entries. I want Column BA to display the
appropriate initials. So if AO had Jane Doe, or Jane Doe, LCSW, column BA's
formula would yield the answer JD.

Example:
Column AO Column BA
Jane Doe JD
Sally Smith, LMSW SS
Bob Brown BB
Sue White, LCSW SW
Mary Jane, LMSW MJ
Mary Jane MJ
Bob Brown, LCSW-R BB
Jane Doe, LCSW JD
Sally Smith SS

Is there a formula that can do this? Please let me know if you need any
further info to assist in helping me, and thank you for responding so quickly
to my original post.

"John Bundy" wrote:

We need some rules, what decides which initials go into column BA? you say
colmn AO contains one of 5 names, so does AO contain only 1 name? or does it
have many names that are from a pool of 5?
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"Diane" wrote:

I am not sure how to get the results I am looking for, and if it is better to
use an if statement or a lookup funtcion (which I have never used before).

Data Information:
Column "AO" contains one of 5 names
Based on looking at these names, I want a formula that puts one of 5
corresponding intials in column BA.

Any formula suggestions would be truly appreciated!!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Formula Halp - If or Lookup

Try this in column BA:

=left(ao1,1)&left(find(" ",ao1)+1,1)

Copy down as required

Regards,
Fred.

"Diane" wrote in message
...
I'll try to illustrate more clearly. Column AO is a long list within a
spreadsheet database of over 300 entries. I want Column BA to display the
appropriate initials. So if AO had Jane Doe, or Jane Doe, LCSW, column
BA's
formula would yield the answer JD.

Example:
Column AO Column BA
Jane Doe JD
Sally Smith, LMSW SS
Bob Brown BB
Sue White, LCSW SW
Mary Jane, LMSW MJ
Mary Jane MJ
Bob Brown, LCSW-R BB
Jane Doe, LCSW JD
Sally Smith SS

Is there a formula that can do this? Please let me know if you need any
further info to assist in helping me, and thank you for responding so
quickly
to my original post.

"John Bundy" wrote:

We need some rules, what decides which initials go into column BA? you
say
colmn AO contains one of 5 names, so does AO contain only 1 name? or does
it
have many names that are from a pool of 5?
--
-John
Please rate when your question is answered to help us and others know
what
is helpful.


"Diane" wrote:

I am not sure how to get the results I am looking for, and if it is
better to
use an if statement or a lookup funtcion (which I have never used
before).

Data Information:
Column "AO" contains one of 5 names
Based on looking at these names, I want a formula that puts one of 5
corresponding intials in column BA.

Any formula suggestions would be truly appreciated!!


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 411
Default Formula Halp - If or Lookup

Does the formula below work for you?

=LEFT(AO1,1)&MID(AO1,FIND(" ",AO1)+1,1)




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 96
Default Formula Halp - If or Lookup

THANKS! It worked perfectly!!

"dan dungan" wrote:

Does the formula below work for you?

=LEFT(AO1,1)&MID(AO1,FIND(" ",AO1)+1,1)



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
Formula to Lookup Min value Gavin Excel Discussion (Misc queries) 3 April 18th 08 12:33 PM
Please halp me.. Leonardo Arellano Excel Discussion (Misc queries) 1 February 21st 06 11:34 AM
lookup with a formula Bren Excel Worksheet Functions 0 December 20th 05 04:14 AM
Lookup Formula - but have a formula if it can't find/match a value Stephen Excel Worksheet Functions 11 June 14th 05 05:32 AM
i need halp with a formula detlghtpd Excel Discussion (Misc queries) 4 March 25th 05 03:45 PM


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