Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're trying to find the row, maybe you could use:
=index(sheet1!$a$2:$a$366,c3)+row($a$2)-1 It kind of sounds like you'll want to use =index(match()). Debra Dalgleish has some notes: http://www.contextures.com/xlFunctions03.html (for =index(match())) Rob J wrote: I'm writing an IF function that checks a column of dates (Sheet1!$A$2:$A$366) to find the row with a particular date (C3) and do something based on other values in that row. (The LOOKUP, MATCH, and INDEX functions aren't quite right for what I need.) My IF function looks something like this: IF(Sheet1!$A$2:$A$366=C3,TRUE,FALSE)...For clarity, I'm omitting the actual TRUE / FALSE results because my testing shows that, for whatever reason, my conditional only tests TRUE for 1/3/07. If C3 is any other date, this function returns false, even though every date in 2007 is represented in the range Sheet1!$A$2:$A$366. I've never encountered a problem like this, as it seems pretty straightforward. Any ideas why this conditional is only true for one date in the range? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicate Range Names by worksheet | Excel Discussion (Misc queries) | |||
How do you Identify text as a named range in excel | Excel Discussion (Misc queries) | |||
VLookup Error in Part of a Named Range | Excel Worksheet Functions | |||
Cannot Expand Named Range - when size of the Range exceeds | Excel Discussion (Misc queries) | |||
Checking ALL values in a range | Excel Discussion (Misc queries) |