Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Apel
 
Posts: n/a
Default Autofill across worksheets


I maintain a list of custom items that are in production. Each item has
a sku and an associated description. I am looking for a way to autofill
the description when typing in the sku. My thought is to link two
worksheets together where one of them would contain a master list of
all sku's and their descriptions. This master list is being exported
from another application. Currently the sku and description are in
separate columns. Also, if there is an alternate way of doing this
please let me know. Thanks.


--
Apel
------------------------------------------------------------------------
Apel's Profile: http://www.excelforum.com/member.php...o&userid=34992
View this thread: http://www.excelforum.com/showthread...hreadid=547310

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Tom
 
Posts: n/a
Default Autofill across worksheets

Typing in your SKUs in sheet1 cell A1, and working with sheet2 having your
master list and with your SKUs in column A and your descriptions in column B.
Type in the following into the cell where you want the desciption returned:
=VLOOKUP(A1,Sheet2!A1:B10,2,0)

Regards,
Tom
"Apel" wrote:


I maintain a list of custom items that are in production. Each item has
a sku and an associated description. I am looking for a way to autofill
the description when typing in the sku. My thought is to link two
worksheets together where one of them would contain a master list of
all sku's and their descriptions. This master list is being exported
from another application. Currently the sku and description are in
separate columns. Also, if there is an alternate way of doing this
please let me know. Thanks.


--
Apel
------------------------------------------------------------------------
Apel's Profile: http://www.excelforum.com/member.php...o&userid=34992
View this thread: http://www.excelforum.com/showthread...hreadid=547310


  #3   Report Post  
Posted to microsoft.public.excel.newusers
Apel
 
Posts: n/a
Default Autofill across worksheets


Works like a charm. Thanks. Is there a way for Excel to display an blank
cell instead of the #N/A when it cannot find a match?


--
Apel
------------------------------------------------------------------------
Apel's Profile: http://www.excelforum.com/member.php...o&userid=34992
View this thread: http://www.excelforum.com/showthread...hreadid=547310

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Dave Peterson
 
Posts: n/a
Default Autofill across worksheets

=if(iserror(yourformula),"",yourformula)



Apel wrote:

Works like a charm. Thanks. Is there a way for Excel to display an blank
cell instead of the #N/A when it cannot find a match?

--
Apel
------------------------------------------------------------------------
Apel's Profile: http://www.excelforum.com/member.php...o&userid=34992
View this thread: http://www.excelforum.com/showthread...hreadid=547310


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.newusers
Gord Dibben
 
Posts: n/a
Default Autofill across worksheets

Apel

Similar to this.

Adjust the cell references to suit.

=IF(ISNA(VLOOKUP(F1,range,3,FALSE)),"",VLOOKUP(F1, range,3,FALSE))


Gord Dibben MS Excel MVP

On Thu, 1 Jun 2006 13:44:02 -0500, Apel
wrote:


Works like a charm. Thanks. Is there a way for Excel to display an blank
cell instead of the #N/A when it cannot find a match?


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
Copy Worksheets from one Workbook to Another halem2 Excel Worksheet Functions 3 March 25th 06 06:04 AM
Adding same cells across multiple worksheets LACA Excel Worksheet Functions 2 January 19th 06 03:21 PM
Autofill Worksheets Bonnie Excel Discussion (Misc queries) 1 March 3rd 05 03:45 PM
can you autofill 12 worksheets each with the name of relevant mon. beebop Excel Discussion (Misc queries) 2 January 3rd 05 05:29 PM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM


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