PC Review


Reply
Thread Tools Rate Thread

Auto display all related info

 
 
vcff
Guest
Posts: n/a
 
      28th Nov 2008
Hi All

I had 2 worksheets as follow:

Sheet1 contains hundreds of products name, product serial nos, cost, selling
price, date of purchase, etc.

I had name the range of products name as name.

In Sheet2, using data validation dropdown list, , whenever I select one
product, I want certain info to be displayed in the cells I had intended to.

e.g.

A1 when "Rod" was selected from dropdown list,

to display automatically the related info as follow:
C1 to display the date of purchased,
D1 to display serial number,
B4 to display selling price

Thanks


 
Reply With Quote
 
 
 
 
Shane Devenshire
Guest
Posts: n/a
 
      28th Nov 2008
Hi,

Take a look at VLOOKUP.

"vcff" wrote: Suppose your product name filter is in A1 and suppose your
table with all the info is in Sheet2!A1:H1000 with the product names in
column A.

=VLOOKUP($A$1,Sheet2!$A$1:$H$1000,2,False)

This would return the item in the 2nd column of the table for which there
was a match of A1 on the range A1:A1000 in the table.

You can copy this formula whereever you need it and just change the 3rd
argument as needed.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

> Hi All
>
> I had 2 worksheets as follow:
>
> Sheet1 contains hundreds of products name, product serial nos, cost, selling
> price, date of purchase, etc.
>
> I had name the range of products name as name.
>
> In Sheet2, using data validation dropdown list, , whenever I select one
> product, I want certain info to be displayed in the cells I had intended to.
>
> e.g.
>
> A1 when "Rod" was selected from dropdown list,
>
> to display automatically the related info as follow:
> C1 to display the date of purchased,
> D1 to display serial number,
> B4 to display selling price
>
> Thanks
>
>

 
Reply With Quote
 
vcff
Guest
Posts: n/a
 
      3rd Dec 2008
Yes, it works.

Thanks

vcff

"Shane Devenshire" wrote:

> Hi,
>
> Take a look at VLOOKUP.
>
> "vcff" wrote: Suppose your product name filter is in A1 and suppose your
> table with all the info is in Sheet2!A1:H1000 with the product names in
> column A.
>
> =VLOOKUP($A$1,Sheet2!$A$1:$H$1000,2,False)
>
> This would return the item in the 2nd column of the table for which there
> was a match of A1 on the range A1:A1000 in the table.
>
> You can copy this formula whereever you need it and just change the 3rd
> argument as needed.
>
> If this helps, please click the Yes button
>
> Cheers,
> Shane Devenshire
>
> > Hi All
> >
> > I had 2 worksheets as follow:
> >
> > Sheet1 contains hundreds of products name, product serial nos, cost, selling
> > price, date of purchase, etc.
> >
> > I had name the range of products name as name.
> >
> > In Sheet2, using data validation dropdown list, , whenever I select one
> > product, I want certain info to be displayed in the cells I had intended to.
> >
> > e.g.
> >
> > A1 when "Rod" was selected from dropdown list,
> >
> > to display automatically the related info as follow:
> > C1 to display the date of purchased,
> > D1 to display serial number,
> > B4 to display selling price
> >
> > Thanks
> >
> >

 
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
selecting from dropdown--have related info auto carry over =?Utf-8?B?U3VzYW4=?= Microsoft Excel Worksheet Functions 2 17th Aug 2007 02:07 PM
Some info loan related Joseph2Sh077 Microsoft ASP .NET 1 10th Nov 2006 03:18 AM
In forms; code entered how can automatically display related info =?Utf-8?B?TWVsaXNzYSBMYW1iZXJ0?= Microsoft Access Forms 2 26th Sep 2006 01:52 PM
printer related info tolisss Microsoft C# .NET 1 19th Oct 2005 05:18 PM
PIN and related info Antonio Microsoft Access 3 29th Jul 2003 09:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:56 PM.