SUM Problem

firstWeMeet

Board Regular
Joined
Feb 8, 2011
Messages
200
Hi,
I put a formula for V3 cell which is =SUM(D3:U3), the cell from D3 to U3 some are not containing numbers its a date like 7/3/2011 and the rest is number like 1.00,100.00 and etc, then I just get wrong answer for my formula, can anyone fix this? thanks
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Dates in Excel are held as numeric values which I presume is causing you the problem as they are being added in to your sum? The obvious solution is not to include the date cells in your sum. Alternatively, if you can use a second adjacent range to determine which cells you sum (eg D2:U2) then you could use a SUMIF instead. For example, if you had a Y in D2:U2 of the cells in row 3 you wanted to sum you could use:

=SUMIF(D2:U2,"Y",D3:U3)
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

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