Formula wont calculate because of formatting

Akbarov

Active Member
Joined
Jun 30, 2018
Messages
347
Office Version
  1. 365
Platform
  1. Windows
Hey Dear community,

I copy-pasted salesreport file to excel workbook. But it is not calculating formula ( i use sumproduct formula )

i'v tryed to format to numbers but still not working. Can anybody help me please?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
What is the formula result? is it 0?
try to clear the cell alignment format from the text/numbers
If values are automatically aligned LEFT this means they are still TEXT values. so you still have to turn them into NUMBERS to calculate
You can try to put the ranges in the sumproduct formula in a VALUE function like this:
Code:
=SUMPRODUCT(VALUE(B22:B28),VALUE(C22:C28))
If the conversion fails you will get an error #VALUE!Then you have to look into the number formatting and settings (spaces, commas, dots, etc.)
 
Upvote 0
i'v tryed to format to numbers but still not working.

Hi

I don't understand what that means "format to numbers".

Sumproduct() doesn't care about formats.

Check if the values are number values.

Test one of the values that you think is a number value using the formula:

=ISNUMBER(A1)

(amend the address)

Do you get True?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,878
Messages
6,127,506
Members
449,385
Latest member
KMGLarson

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