Formula for totaling certain values

Matt

Board Regular
Joined
Feb 16, 2002
Messages
212
I need to check if any of the values in the range of A69 to A90 are less than 2. If they are less than 2, I want to total them and return the value to H88.

I then wish to create a graph over the range A69 to A90 exclusing all values of less than 2. I'm not sure at this stage whether it is easier to do the whole process using code or by inserting the formula into a template. Any suggestions will be greatly appreciated.

thanks

Matt
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi Matt

Sounds like SUMIF should suffice

=SUMIF(A69:A90,"<2")

_________________
Kind Regards
Dave Hawley
OzGrid Business Applications
Microsoft Excel/VBA Training
0zGrid.BusApp.170x60.gif

This message was edited by Dave Hawley on 2002-03-12 02:20
 
Upvote 0
Thanks Dave

Any ideas how I can then suppress all the values under 2 from appearing in a graph within the range of A69 to A90?
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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