Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Autofill data based on an assigned code/prefix

I am an estimator, and I am trying to make a new template that will allow me
to enter a "smart part number" in column "A" that will find the corresponding
material description from column "K" and re-insert the description in to
column "B"...An alternative for this is to be able to start typing the
beginning of the description in "B" and it auto fill based on the long format
in "K"....
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Autofill data based on an assigned code/prefix

Do you have a part number in a column to correspond with column K?
Column J perhaps?

If so, then you can use this in say B2:

=IF(A2="","",IF(ISNA(MATCH(A2,J:J,0)),"not
valid",INDEX(K:K,MATCH(A2,J:J,0))))

If your part numbers are not in column J, then change the references
to suit. I have used INDEX/MATCH rather than VLOOKUP in case your
column of part numbers is on the other side of column K - the formula
will still be valid. You will get a blank returned if A2 is blank, and
a "not valid" message if the part number in A2 is not recognised.

Copy the formula down as required.

Hope this helps.

Pete


On Feb 11, 5:44*pm, anrcreations
wrote:
I am an estimator, and I am trying to make a new template that will allow me
to enter a "smart part number" in column "A" that will find the corresponding
material description from column "K" and re-insert the description in to
column "B"...An alternative for this is to be able to start typing the
beginning of the description in "B" and it auto fill based on the long format
in "K"....


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Autofill data based on an assigned code/prefix

Check out the VLOOKUP function.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"anrcreations" wrote:

I am an estimator, and I am trying to make a new template that will allow me
to enter a "smart part number" in column "A" that will find the corresponding
material description from column "K" and re-insert the description in to
column "B"...An alternative for this is to be able to start typing the
beginning of the description in "B" and it auto fill based on the long format
in "K"....

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
Autofill column from data (code) in column next to it Matt Excel Worksheet Functions 4 April 24th 09 06:17 PM
Summarizing data assigned to a label Al Davis Excel Worksheet Functions 2 November 12th 08 09:55 PM
importing data by assigned ID RickJB Excel Discussion (Misc queries) 0 May 15th 08 02:34 PM
zipcode phone # area code/prefix problem Sean Newman New Users to Excel 1 December 21st 06 07:41 PM
Formula to Autofill Info based on Other Data SamanthaM Excel Discussion (Misc queries) 1 October 5th 05 08:55 PM


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