i have 2 columns, [DATE] and [ID] each date can have 1-15 ID's associated with it. i need to list the dates across, and the ID's underneath each date.
ie.
7/21/03 7/22/03 7/24/03 7/25/03
TL8945 TKSJ23 ZDL213 SKDJBN
JBNDK2 IIE397 UG9U93 45A43V
BKDBKA 35SSDH
AD34JN
RNKJ34
any ideas? do i need to use a loop to find each date, then then take the cell next to it? I've tried vlookup as well as Hlookup, and i've even tried the array formula thing
{=SUM((data!$C$2:$C$91=$C$6)*(data!$E$2:$E$91=$A8)*(data!$D$2:$D$91))}
column E, i did a count of the dates in column c, so i could just say pull the id where the date is equal to c6 and the number corresponding to where the formula is in the list for that date.
column C was my dates column and column D was my ID column
but that just keeps giving me a #VALUE! error.
any help would be greatly apreciated...
Thank you
Smiley
ie.
7/21/03 7/22/03 7/24/03 7/25/03
TL8945 TKSJ23 ZDL213 SKDJBN
JBNDK2 IIE397 UG9U93 45A43V
BKDBKA 35SSDH
AD34JN
RNKJ34
any ideas? do i need to use a loop to find each date, then then take the cell next to it? I've tried vlookup as well as Hlookup, and i've even tried the array formula thing
{=SUM((data!$C$2:$C$91=$C$6)*(data!$E$2:$E$91=$A8)*(data!$D$2:$D$91))}
column E, i did a count of the dates in column c, so i could just say pull the id where the date is equal to c6 and the number corresponding to where the formula is in the list for that date.
column C was my dates column and column D was my ID column
but that just keeps giving me a #VALUE! error.
any help would be greatly apreciated...
Thank you
Smiley