Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
OSSIE
 
Posts: n/a
Default help with value in formula


Hello i have a spread sheet that i would like to assigned a value
minning that on b2 i have the product name on c2 i would type the
amount i need like 2 or 3 and on d2 its where i need to have a value
for each product like if i was to drop down the list and pick a item
off this lis then on d3 it would remember the value of the product and
on e2 would be the total amount of of this product cany ideas would be
greatly appreciated. thank you in advance


--
OSSIE
------------------------------------------------------------------------
OSSIE's Profile: http://www.excelforum.com/member.php...o&userid=31638
View this thread: http://www.excelforum.com/showthread...hreadid=547910

  #2   Report Post  
Posted to microsoft.public.excel.misc
kassie
 
Posts: n/a
Default help with value in formula

You need a database of your products with their prices, either in the same
sheet, in another sheet in the same workbook, or in another workbook. Say
this list is named Productlist. This list must be sorted. In A2 you then
enter the name of the product, in B2 the quantity, and in C2 the following
formula:
=IF(A2="","",VLOOKUP(A2,Productlist,2,FALSE)*B2)

"OSSIE" wrote:


Hello i have a spread sheet that i would like to assigned a value
minning that on b2 i have the product name on c2 i would type the
amount i need like 2 or 3 and on d2 its where i need to have a value
for each product like if i was to drop down the list and pick a item
off this lis then on d3 it would remember the value of the product and
on e2 would be the total amount of of this product cany ideas would be
greatly appreciated. thank you in advance


--
OSSIE
------------------------------------------------------------------------
OSSIE's Profile: http://www.excelforum.com/member.php...o&userid=31638
View this thread: http://www.excelforum.com/showthread...hreadid=547910


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
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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

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"