bluepenink
Well-known Member
- Joined
- Dec 21, 2010
- Messages
- 585
hello all
having some trouble placeing the "" or syntax portion...i keep getting the error "too many arguments"....
here is my formula
=SUMIF(INDIRECT("'"&$C$3&"'!"&$A$2:$A$54,F$1,INDEX(INDIRECT("'"&$C$3&"'!"&$C$2:$X$54,0,MATCH($C48,INDIRECT("'"&$C$3&"'!"&$C$1:$X$1,0))))))
basically, $C$3 = person's name aka worksheet name, so i have a drop down menu, so when C3 changes, i want the name to look off the worksheet
here is my original formula, prior to placing the indirect
=SUMIF('Milwaukee (SE&ISE) Data'!$A$2:$A$54,'Milwaukee (2)'!F$1,INDEX('Milwaukee (SE&ISE) Data'!$C$2:$X$54,0,MATCH($C48,'Milwaukee (SE&ISE) Data'!$C$1:$X$1,0)))
im trying to change that
'Milwaukee (SE&ISE) Data'! .........with $C$3
can someone pls help!
thx u
having some trouble placeing the "" or syntax portion...i keep getting the error "too many arguments"....
here is my formula
=SUMIF(INDIRECT("'"&$C$3&"'!"&$A$2:$A$54,F$1,INDEX(INDIRECT("'"&$C$3&"'!"&$C$2:$X$54,0,MATCH($C48,INDIRECT("'"&$C$3&"'!"&$C$1:$X$1,0))))))
basically, $C$3 = person's name aka worksheet name, so i have a drop down menu, so when C3 changes, i want the name to look off the worksheet
here is my original formula, prior to placing the indirect
=SUMIF('Milwaukee (SE&ISE) Data'!$A$2:$A$54,'Milwaukee (2)'!F$1,INDEX('Milwaukee (SE&ISE) Data'!$C$2:$X$54,0,MATCH($C48,'Milwaukee (SE&ISE) Data'!$C$1:$X$1,0)))
im trying to change that
'Milwaukee (SE&ISE) Data'! .........with $C$3
can someone pls help!
thx u
Last edited: