Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is that 2/2/6 a date?
if yes and it means February 2, 2006, then maybe: =index(othersheet!$c$1:$c$100, match(1,(othersheet!$a$1:$a$100=date(2006,2,2)) *(othersheet!$b$1:$b$100="bob"),0)) ceemo wrote: i couldnt get this to work =index(othersheet!$c$1:$c$100,match(1,(a2=othershe et!$a$1:$a$100)*(b2=othersheet !$b$1:$b$100),0)) would it not be something similar to this =index(othersheet!$c$1:$c$100,match(1,(othersheet! $a$1:$a$100="2/2/6")*(othersheet !$b$1:$b$100="bob"),0)) ? -- ceemo ------------------------------------------------------------------------ ceemo's Profile: http://www.excelforum.com/member.php...o&userid=10650 View this thread: http://www.excelforum.com/showthread...hreadid=534329 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding combinations that add up to X | Excel Discussion (Misc queries) | |||
Finding Asymptotes from a set of data in Excel | Excel Worksheet Functions | |||
Finding Asymptotes from a set of data in Excel | Excel Discussion (Misc queries) | |||
Finding Duplicate Names from Different Lists... | Excel Discussion (Misc queries) | |||
Finding Median if a value = 1.. help! | Excel Worksheet Functions |