Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Second cell in Data Validation

Can Data Validation return a value to a second cell from an adjacent column
in the list as well as the first cell when validation criteria is set as list?
--
Bill
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Second cell in Data Validation

Bill,

Use a formula like

=IF(A2<"",VLOOKUP(A2,$D$2:$E$100,2,False),"")

where A2 has data validation based on the first column of your list in
$D$2:$E$100.

HTH,
Bernie
MS Excel MVP


"WFariss" wrote in message
...
Can Data Validation return a value to a second cell from an adjacent
column
in the list as well as the first cell when validation criteria is set as
list?
--
Bill



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Second cell in Data Validation

Are you suggesting that I put that formula in the second cell?
--
Bill


"Bernie Deitrick" wrote:

Bill,

Use a formula like

=IF(A2<"",VLOOKUP(A2,$D$2:$E$100,2,False),"")

where A2 has data validation based on the first column of your list in
$D$2:$E$100.

HTH,
Bernie
MS Excel MVP


"WFariss" wrote in message
...
Can Data Validation return a value to a second cell from an adjacent
column
in the list as well as the first cell when validation criteria is set as
list?
--
Bill



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Second cell in Data Validation

Yes.

Any cell but A2 or within the table range of D2:E100

Try entering Bernie's formula in B2


Gord Dibben MS Excel MVP

On Wed, 17 Feb 2010 14:57:02 -0800, WFariss wrote:

Are you suggesting that I put that formula in the second cell?


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
Validation Data using Validation Table cell range..... Dermot Excel Discussion (Misc queries) 16 January 5th 10 09:35 PM
how blank data validation cell after changing dependent cell? Ian Elliott Excel Discussion (Misc queries) 5 August 16th 09 02:42 AM
Data Validation-Only allow entry into cell if adjacent cell is fil KKD Excel Discussion (Misc queries) 2 June 6th 09 12:12 AM
Data Validation: Store cell address instead of value in the cell? WillW Excel Discussion (Misc queries) 1 January 31st 07 02:22 AM
Why does data validation not work when pasting data into a cell. rjshelby Excel Discussion (Misc queries) 1 July 31st 06 09:08 PM


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