Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default if or lookup for facturations

i'm trying to find the wright formula for a facturations problem
i've got a pull down menu in my sheet, i want the next cell to show the
price of the item i choose in the pull down menu

exemple: i choose motor in cell a1 and i want to show the price in cell a2

please help... ;-)
--
[‚ª] B|uTs [‚ª]
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default if or lookup for facturations

One way:

Assume you have, on a second sheet (Sheet2) a table of items (column A)
and prices (column B):

B1: =VLOOKUP(A1,Sheet2!A:B, 2, FALSE)


In article ,
BluTs wrote:

i'm trying to find the wright formula for a facturations problem
i've got a pull down menu in my sheet, i want the next cell to show the
price of the item i choose in the pull down menu

exemple: i choose motor in cell a1 and i want to show the price in cell a2

please help... ;-)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default if or lookup for facturations

Use Data Validation for in-cell drop-down for selecting an item and VLOOKUP
for filling in the price.

See Debra Dalgleish's site for more on VLOOKUP and Data
Validation lists for entering the choices.

http://www.contextures.on.ca/xlFunctions02.html

http://www.contextures.on.ca/xlDataVal01.html

Note the section on using DV lists from another worksheet by naming the list.


Gord Dibben MS Excel MVP

On Sat, 24 Feb 2007 19:48:10 -0800, BluTs
wrote:

i'm trying to find the wright formula for a facturations problem
i've got a pull down menu in my sheet, i want the next cell to show the
price of the item i choose in the pull down menu

exemple: i choose motor in cell a1 and i want to show the price in cell a2

please help... ;-)


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
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Advanced Lookup (lookup for 2 values) 0-0 Wai Wai ^-^ Excel Worksheet Functions 2 March 30th 06 07:09 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
How do I lookup and return different values when the lookup value. kg Excel Discussion (Misc queries) 1 January 20th 05 12:53 AM


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