Why won't a simple SUM formuila work?

Malthus101

New Member
Joined
Jan 23, 2017
Messages
46
Office Version
  1. 2016
Platform
  1. Windows
Adding a column of numbers (% percentages)

worked on last sheet - copied the formula - now doesn't work on this sheet - why?

thanks.
 

Attachments

  • Screenshot 2024-03-05 091756.jpg
    Screenshot 2024-03-05 091756.jpg
    111.7 KB · Views: 6

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
It doesn't work as you have #div/0 errors in the range. Either get rid of them or use
Excel Formula:
=AGGREGATE(9,6,J4:J100)
 
Upvote 0
It doesn't work as you have #div/0 errors in the range. Either get rid of them or use
Excel Formula:
=AGGREGATE(9,6,J4:J100)
Hi, right I see.

But the only reason they are in there is to ensure the formulas will automatically work when the reference cells are filed in.

I think there are fundamental things I don't understand about how to use formulas!

Thanks.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
What should I be doing to ensure the formulas are waiting active in those cells to auto-calc as more data is added to the sheet, but also not interfere with the "total" number being added in that cell at the top?

Thanks.
 
Upvote 0
You can just use the formula I supplied.
 
Upvote 0

Forum statistics

Threads
1,215,523
Messages
6,125,321
Members
449,218
Latest member
Excel Master

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