eggman2001
New Member
- Joined
- Jun 18, 2011
- Messages
- 6
Let's say I have a date in A1 and dates in B:C where the date in column B is always smaller than the date in column B.
I'd like to find the row in B:C where A1 >= B and A1 <= C. I'm thinking that I should use something like:
match(A1&A1, ">="&B:B&"<="&C:C, 0) although I know the second argument isn't structured correctly.
Can someone tell me the correct structure here?
I'd like to find the row in B:C where A1 >= B and A1 <= C. I'm thinking that I should use something like:
match(A1&A1, ">="&B:B&"<="&C:C, 0) although I know the second argument isn't structured correctly.
Can someone tell me the correct structure here?