Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default changeing words conditional?? please help

I have got a list of companys with abbreviated names with our purchase spend
with each company, I also have a master list of what the abbreviated names
full alternative. When I do a report at the end of each month the list comes
out with the abbreviated names but I want the full name. Is there a way to
swap the abbreviated name with the appropriate full name? Maybe using a VB
command. I am a novice at VB though so can anyone tell me exactly what to do
if there is a code.

Example

company amount abreviated full
A 1 A AYY
B 2 B BEE
D 4 C SEE
F 9 D DEE
E EEE
F EFF

company amount
AYY 1
BEE 2
DEE 4
EFF 9

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default changeing words conditional?? please help

this can be acheived through VLOOKUP function.

You may replace the abreviated with full name using VLOOKUP.

Regards
rajesh

"laandmc" wrote:

I have got a list of companys with abbreviated names with our purchase spend
with each company, I also have a master list of what the abbreviated names
full alternative. When I do a report at the end of each month the list comes
out with the abbreviated names but I want the full name. Is there a way to
swap the abbreviated name with the appropriate full name? Maybe using a VB
command. I am a novice at VB though so can anyone tell me exactly what to do
if there is a code.

Example

company amount abreviated full
A 1 A AYY
B 2 B BEE
D 4 C SEE
F 9 D DEE
E EEE
F EFF

company amount
AYY 1
BEE 2
DEE 4
EFF 9

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default changeing words conditional?? please help

can you give me an example as i'm struggling?

"rajesh" wrote:

this can be acheived through VLOOKUP function.

You may replace the abreviated with full name using VLOOKUP.

Regards
rajesh

"laandmc" wrote:

I have got a list of companys with abbreviated names with our purchase spend
with each company, I also have a master list of what the abbreviated names
full alternative. When I do a report at the end of each month the list comes
out with the abbreviated names but I want the full name. Is there a way to
swap the abbreviated name with the appropriate full name? Maybe using a VB
command. I am a novice at VB though so can anyone tell me exactly what to do
if there is a code.

Example

company amount abreviated full
A 1 A AYY
B 2 B BEE
D 4 C SEE
F 9 D DEE
E EEE
F EFF

company amount
AYY 1
BEE 2
DEE 4
EFF 9

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default changeing words conditional?? please help

Hi

Example:

Sheet 1 Contains master data

A AYY
B BEE
D DEE
F EFF

Sheet 2 Contains purchase data

A 1
B 2
D 4
F 9


you may write the following vlookup formula in sheet2 to extract company's
full name:

=VLOOKUP(A1,Sheet1!$A$1:$B$4,2,FALSE)

Regards
rajesh

"laandmc" wrote:

can you give me an example as i'm struggling?

"rajesh" wrote:

this can be acheived through VLOOKUP function.

You may replace the abreviated with full name using VLOOKUP.

Regards
rajesh

"laandmc" wrote:

I have got a list of companys with abbreviated names with our purchase spend
with each company, I also have a master list of what the abbreviated names
full alternative. When I do a report at the end of each month the list comes
out with the abbreviated names but I want the full name. Is there a way to
swap the abbreviated name with the appropriate full name? Maybe using a VB
command. I am a novice at VB though so can anyone tell me exactly what to do
if there is a code.

Example

company amount abreviated full
A 1 A AYY
B 2 B BEE
D 4 C SEE
F 9 D DEE
E EEE
F EFF

company amount
AYY 1
BEE 2
DEE 4
EFF 9

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
Changeing keyboard shortcuts GKW in GA Excel Discussion (Misc queries) 1 December 27th 07 02:12 PM
Conditional formatting by key words RichG Excel Worksheet Functions 4 November 19th 07 08:40 PM
Stop 10-6 from changeing to 6-Oct, or anything else. JadedMan Excel Discussion (Misc queries) 2 November 10th 07 06:57 PM
conditional formatting on words [email protected] Excel Discussion (Misc queries) 11 June 5th 06 05:56 PM
Changeing cell size in the middle of a worksheet JS Excel Worksheet Functions 1 April 27th 05 03:22 PM


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