Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Try this: =SUM(((INDIRECT("Wrestlers_Statistics!$B$"&2):$B$6 4998)=$A$3)*(INDIRECT("Wrestlers_Statistics!$M$"&2 ):$M$64998)) -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=489179 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I appreciate the help, and I was starting to play with the INDIRECT function (new to me), but this particular function doesn't work. It returns a #VALUE! error. When I Evaluate the Formula, the first item it displays as in error is SUM(((_Wrestlers_Statistics!$B$2:$B$64998)_ After pressing Evaluate, it returns SUM(((#VALUE!)=$A$3)... Something is wrong with that first part. I've copied it exactly as written, and I've tried both CTRL-ALT-ENTER, and just ENTER. Neither works. Is there just a syntax error is is there something else I can try? -- rmolitor ------------------------------------------------------------------------ rmolitor's Profile: http://www.excelforum.com/member.php...o&userid=29190 View this thread: http://www.excelforum.com/showthread...hreadid=489179 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Does this work for you ? =SUM(((INDIRECT("Wrestlers_Statistics!$B$"&2&":$B$ "&64998)=$A$3)*(INDIRECT("Wrestlers_Statistics!$M$ "&2&":$M$"&64998)))) -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=489179 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thank you Viti, this did indeed get my problem fixed. I also used a very similar formula to seek out a specific string from a column on another page using the INDIRECT funtion and add them up. That worked wonderfully! Thanks for you help! -- rmolitor ------------------------------------------------------------------------ rmolitor's Profile: http://www.excelforum.com/member.php...o&userid=29190 View this thread: http://www.excelforum.com/showthread...hreadid=489179 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
What instead of an array formula part 2 | Excel Discussion (Misc queries) |