Is it achievable update

swaink

Active Member
Joined
Feb 15, 2002
Messages
432
Hi there

With excelent help yesterday from Peter and Ron they resolved the problenm I had.

However today I have found that some of the data in my rows is not numeric and the formula fails #Values!

The formual is as follows =SUMPRODUCT(X6:X207/100,J6:J207)

Is there a work around to complete this calculation and ignore any text characters.

Regards

Kevin
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi

try this:

=SUM(IF(ISNUMBER(X6:X207),X6:X207,0)/100,J6:J207)

Entered with Ctrl+Shift+Enter (ie not just Enter) - it is an array formula.
 
Upvote 0
Hi Guys

Appreciate the reply

Richard, I have used the formula as you suggest (ctrl+shift+enter) however if column X is empty it totals all of the values in column J

What the sumproduct formula did was ignore any blanks and only showed a zero

Any ideas

Regards

Kevin
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,223
Members
452,896
Latest member
IGT

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