Say your dropdown list is in A1 (and created via Data|Validation).
Then in B1, you could put a formula like:
=if(a1="","",vlookup(a1,sheet2!a:b,2,false))
badgrandntl wrote:
>
> I have a drop down list of different products that I sell and I want to
> be able to click on one of those products in the drop down list and
> then in the cost column of my spreadsheet I want it to insert the price
> for that product from the drop down list. ANy help on how to do this
> would be great, I trie V Lookup and IF then statments and I can't get
> them to work.
>
> Thanks Scott
>
> --
> badgrandntl
> ------------------------------------------------------------------------
> badgrandntl's Profile: http://www.excelforum.com/member.php...o&userid=31035
> View this thread: http://www.excelforum.com/showthread...hreadid=507020
--
Dave Peterson
Bookmarks