concatenate issue

Cossie

Active Member
Joined
May 6, 2002
Messages
328
Hello everyone can anyone help me with this problem. I want to put a ' / ' between the results of the formula below. Any advice on where to put it so that the formual works. Thanks :rolleyes:

=CONCATENATE(SUMPRODUCT((INDIRECT('Data Page'!$B$3&"!$g$2:$g$925")=$A$2)*(INDIRECT('Data Page'!$B$3&"!$K$2:$K$925")=$A5)*(INDIRECT('Data Page'!$B$3&"!$w$2:$w$925"))),SUMPRODUCT((INDIRECT('Data Page'!$B$3&"!$g$2:$g$925")=$A$2)*(INDIRECT('Data Page'!$B$3&"!$K$2:$K$925")=$A5)*(INDIRECT('Data Page'!$B$3&"!$w$2:$w$925"))))

The result should look like 15 / 25.

Thanks for you assistance
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi,

After your first set of parentheses and comma, you should be able to enter as follows:


$925")))," / ",SUMPRODUCT(etc.....

Hope this helps.

Ron
 
Upvote 0

Forum statistics

Threads
1,214,416
Messages
6,119,384
Members
448,889
Latest member
TS_711

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