ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Lookup formula? (https://www.excelbanter.com/excel-worksheet-functions/197126-lookup-formula.html)

Kelly

Lookup formula?
 
Hey all, I have a list of dates that occur every other saturday for the next
year in excel:

7/26/08
8/9/08
8/23/08
etc...

I need to look at a cell that is entered, for example: 8/16, and I need the
result in another cell to give me 8/9. So if the date entered (8/16) falls
between two dates, the result needs to be the earlier one. Any ideas? I
tried if, then statements, but I have 26 dates, so I can nest enough. Any
help would be great! Thanks!



Glenn

Lookup formula?
 
Kelly wrote:
Hey all, I have a list of dates that occur every other saturday for the next
year in excel:

7/26/08
8/9/08
8/23/08
etc...

I need to look at a cell that is entered, for example: 8/16, and I need the
result in another cell to give me 8/9. So if the date entered (8/16) falls
between two dates, the result needs to be the earlier one. Any ideas? I
tried if, then statements, but I have 26 dates, so I can nest enough. Any
help would be great! Thanks!



With your dates in A1:A26 and your "date entered" in B1, put the following in C1:

=VLOOKUP(B1,A1:A26,1, TRUE)

Kelly

Lookup formula?
 
THANK YOU SO MUCH! That is exactly what I needed. You are wonderful!

"Glenn" wrote:

Kelly wrote:
Hey all, I have a list of dates that occur every other saturday for the next
year in excel:

7/26/08
8/9/08
8/23/08
etc...

I need to look at a cell that is entered, for example: 8/16, and I need the
result in another cell to give me 8/9. So if the date entered (8/16) falls
between two dates, the result needs to be the earlier one. Any ideas? I
tried if, then statements, but I have 26 dates, so I can nest enough. Any
help would be great! Thanks!



With your dates in A1:A26 and your "date entered" in B1, put the following in C1:

=VLOOKUP(B1,A1:A26,1, TRUE)



All times are GMT +1. The time now is 04:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com