Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Less then simple question

i'm struggling.

I need to find all the totals in a spreed sheet that are less then 10.00.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Less then simple question

KG,

Try the =SUMIF() formula.

That should get you what you need.


"KG" wrote:

i'm struggling.

I need to find all the totals in a spreed sheet that are less then 10.00.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Less then simple question

=SUMIF(A1:A100,"<10")


Gord Dibben MS Excel MVP


On Tue, 1 Jul 2008 10:00:01 -0700, KG <KG @discussions.microsoft.com wrote:

i'm struggling.

I need to find all the totals in a spreed sheet that are less then 10.00.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Less then simple question

Or if you are just trying to count the number of totals less than 10:

=COUNTIF(A1:A100,"<10")

"KG" wrote:

i'm struggling.

I need to find all the totals in a spreed sheet that are less then 10.00.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
Very Simple Question John Charts and Charting in Excel 2 January 23rd 06 07:30 PM
a very simple question [email protected] Excel Discussion (Misc queries) 6 November 6th 05 02:50 PM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
Simple Question? Ajay Excel Discussion (Misc queries) 4 December 9th 04 08:25 AM


All times are GMT +1. The time now is 11:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"