Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Validation Against another Cell

Here is my setup:

B41 is a cell where the user enters a date (current or otherwise).

I have a range of values from B1:B10, and the dates in A1:A10.

What is the formula that I would use that would automatically pull the
correct data from the cells in B1:B10, based upon the corresponding date in
A1:A10, after a person enters the desired date into B41?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Validation Against another Cell

=VLOOKUP(B41,A1:B10,2,FALSE)
but this is not data validation, this is a lookup job!

Regards,
Stefi


€˛Stacy C€¯ ezt Ć*rta:

Here is my setup:

B41 is a cell where the user enters a date (current or otherwise).

I have a range of values from B1:B10, and the dates in A1:A10.

What is the formula that I would use that would automatically pull the
correct data from the cells in B1:B10, based upon the corresponding date in
A1:A10, after a person enters the desired date into B41?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Validation Against another Cell

If your dates in A1:A10 are sorted (oldest to most recent)
=LOOKUP(B41,A1:B10)

If data is scattered:
=VLOOKUP(B41,A1:B10,2,FALSE)

Be sure to check out the help file for further info on these functions, as
they are quite useful.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Stacy C" wrote:

Here is my setup:

B41 is a cell where the user enters a date (current or otherwise).

I have a range of values from B1:B10, and the dates in A1:A10.

What is the formula that I would use that would automatically pull the
correct data from the cells in B1:B10, based upon the corresponding date in
A1:A10, after a person enters the desired date into B41?

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
Force entry into cell, based on validation selection in adjacent cell Richhall[_2_] Excel Worksheet Functions 3 June 18th 09 10:28 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
Selecting a cell entry based on cell validation selection Brutalius Excel Worksheet Functions 2 December 17th 08 03:44 AM
Data Validation: Store cell address instead of value in the cell? WillW Excel Discussion (Misc queries) 1 January 31st 07 02:22 AM


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