Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tomrobs
 
Posts: n/a
Default Data Validation List Option Affecting Other Cells?


Ok i have my various options in my list that can be chosen from, however
i want whatever is chosen to display a unique price in the next cell -
how can i do this?

I know an IF statement will check the list cells properties and display
a price if the cell matches the statement, but i can only do this for
one selection so far

please help!

Thanks!


--
tomrobs
------------------------------------------------------------------------
tomrobs's Profile: http://www.excelforum.com/member.php...o&userid=16127
View this thread: http://www.excelforum.com/showthread...hreadid=275661

  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

check out the VLOOKUP function
assuming your products and prices are in sheet2 columns A & B
and the data validation list is on sheet1 in cell A1, and you want the price
to appear in cell B1
in cell B1 of sheet1 type
=IF(A1="","",VLOOKUP(A1,Sheet2!$A1:$B100,2,0))
this says if there is an entry in A1, look it up in the first column of
Sheet2 and return the value from column B where there is an exact match.

hope this helps
Cheers
JulieD

"tomrobs" wrote in message
...

Ok i have my various options in my list that can be chosen from, however
i want whatever is chosen to display a unique price in the next cell -
how can i do this?

I know an IF statement will check the list cells properties and display
a price if the cell matches the statement, but i can only do this for
one selection so far

please help!

Thanks!


--
tomrobs
------------------------------------------------------------------------
tomrobs's Profile:
http://www.excelforum.com/member.php...o&userid=16127
View this thread: http://www.excelforum.com/showthread...hreadid=275661



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
List, Data Validation, unlocked cell, protected sheet..... Kane New Users to Excel 6 July 16th 12 09:11 AM
Auto scroll down data validation list [email protected] Excel Discussion (Misc queries) 4 January 28th 05 06:44 PM
Data Validation List =Name Pitbull Excel Discussion (Misc queries) 3 December 30th 04 06:43 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


All times are GMT +1. The time now is 08:37 PM.

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"