SUMPRODUCT and SUBSTITUTE

gatgame

New Member
Joined
Mar 10, 2010
Messages
9
I have the formula =SUMPRODUCT(SUBSTITUTE(0&B15:B80,"CA$","",1)+0,--($A$15:$A$80=$P$16))
it breaks #VALUE ! when it hits a cell in column B containing the string (CA$123).

Column B contains CA$1234 and (CA$123) values. I need the formula to SUBSTITUTE both if possible.

Thanks!
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Re: SUMPRODUCT and SUBSTITUTE help

Hi

I don't see any problem in the formula for the value CA$123. Maybe you have in the cell ca$123 and not CA$123?

Try just

=SUBSTITUTE(0&B15,"CA$","",1)

for that cell (amend the B15). What do you get?
 
Last edited:
Upvote 0
Re: SUMPRODUCT and SUBSTITUTE help

Thanks for the response! I found a workaround that seems to do the trick.
 
Upvote 0

Forum statistics

Threads
1,215,825
Messages
6,127,112
Members
449,359
Latest member
michael2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top