J
JRF
I have the following formula that works just fine.
=SUMPRODUCT((Mon!$J$2:$J$65535 =
$C28)*(Mon!$L$2:$L$65535)*(Mon!$G$2:$G$65535 <> O$26))
I want to finesse the formula a little by making the sheet reference a
cell reference so the formula would look something like this:
=SUMPRODUCT((N23 & '!$J$2:$J$65535" = $C28) * (Mon!$L$2:$L$65535) *
(Mon!$G$2:$G$65535 <> O$26))
In other words I'd like the reference to the sheet name to come from
cell N23. Do any of you know who to do this?
=SUMPRODUCT((Mon!$J$2:$J$65535 =
$C28)*(Mon!$L$2:$L$65535)*(Mon!$G$2:$G$65535 <> O$26))
I want to finesse the formula a little by making the sheet reference a
cell reference so the formula would look something like this:
=SUMPRODUCT((N23 & '!$J$2:$J$65535" = $C28) * (Mon!$L$2:$L$65535) *
(Mon!$G$2:$G$65535 <> O$26))
In other words I'd like the reference to the sheet name to come from
cell N23. Do any of you know who to do this?