Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm needing a function that looks for a single date within a ranged of dates
and if found, return the value of a cell within the column of the found date. The value of the cell is text. Any thoughts? -- Many thanks |
#2
![]() |
|||
|
|||
![]()
If I'm understanding you correctly, you have table like:
1-Jan 2-Jan 3-Jan a b c And when given a date, e.g. "2-Jan", you want it to return the "b" or some other known row within the "2-Jan" column. If so, you need the HLOOKUP function. If your data is like this: 1-Jan a 2-Jan b 3-Jan c Then you need the VLOOKUP function. "estaban botas" wrote: I'm needing a function that looks for a single date within a ranged of dates and if found, return the value of a cell within the column of the found date. The value of the cell is text. Any thoughts? -- Many thanks |
#3
![]() |
|||
|
|||
![]()
And Debra Dalgleish has some nice instructions for =vlookup() at:
http://www.contextures.com/xlFunctions02.html estaban botas wrote: I'm needing a function that looks for a single date within a ranged of dates and if found, return the value of a cell within the column of the found date. The value of the cell is text. Any thoughts? -- Many thanks -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Arrow keys move screen instead of moving from cell to cell. | Setting up and Configuration of Excel | |||
Hide text that doesn't fit in the cell | Excel Discussion (Misc queries) | |||
how to hyperlink text to a cell | New Users to Excel | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |