Excluding Cells in Calculation

d3vinw

New Member
Joined
Jan 6, 2012
Messages
2
I am relatively new to Excel, I know the basics but that is about it. Basically what I am doing is creating a cash sheet to record totals from tills, and than at the end do a tally, but I've made it so that once a cell has been edited, it cannot be changed, this is great so numbers cannot be fudged, however, if a mistake is made, I want that row to still be there(for viewing purposes only), but not included in the tally (each column will have it's own tally) Therefore I need to be able to add up these columns, excluding the rows that have errors (like the wrong number entered) so what I was thinking is there a way to make it like this:

I dont know the coding, but basically create a new column called exclude, and if there is a Y or a 1 or something in that clumn, the row that it is in will be excluded from the end column tallys

I hope this makes sense.. lol
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
something like below will do that

where column E is sum column and F has a y in cells to be excluded




HTML:
=SUMIF(F3:F11,"",E3:E11)
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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