PC Review


Reply
Thread Tools Rate Thread

Autofill across worksheets

 
 
Apel
Guest
Posts: n/a
 
      1st Jun 2006

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

 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9t?=
Guest
Posts: n/a
 
      1st Jun 2006
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
>
>

 
Reply With Quote
 
Apel
Guest
Posts: n/a
 
      1st Jun 2006

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

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      1st Jun 2006
=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
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      1st Jun 2006
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
<(E-Mail Removed)> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autofill worksheets? Chugalug63 Microsoft Excel Discussion 1 11th Nov 2008 04:42 PM
Autofill Worksheets Bonnie Microsoft Excel Misc 1 3rd Mar 2005 03:45 PM
can you autofill 12 worksheets each with the name of relevant mon. =?Utf-8?B?YmVlYm9w?= Microsoft Excel Misc 2 3rd Jan 2005 05:29 PM
Autofill dates across worksheets =?Utf-8?B?Q2hhcmxlbmU=?= Microsoft Excel Worksheet Functions 4 5th Mar 2004 11:55 PM
Autofill Dates Through Worksheets? Contramotion Microsoft Excel Misc 2 2nd Sep 2003 10:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:09 AM.