Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default =sum formula using arrays

Column A contains numbers, such as:
6,000
9,000
8,000

I want to sum column A, but if a number is greater than 7,000, I only want
7,000 included in my sum. The result of the above amounts I am looking for
is 20,000. I think I need an array formula, but not sure what the formula
is. Thanks



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default =sum formula using arrays

Hi
try the following array formula
=SUM(IF(A1:A37000,7000,A1:A3))

--
Regards
Frank Kabel
Frankfurt, Germany


John wrote:
Column A contains numbers, such as:
6,000
9,000
8,000

I want to sum column A, but if a number is greater than 7,000, I only
want 7,000 included in my sum. The result of the above amounts I am
looking for is 20,000. I think I need an array formula, but not sure
what the formula is. Thanks


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
can you use multiple bin arrays in a frequency formula? hope71 Excel Worksheet Functions 2 November 15th 08 04:42 AM
Write a formula using two arrays, across two worksheets Susan Excel Worksheet Functions 11 July 29th 08 05:30 PM
Arrays/Functions/Different datatypes in a formula? Jess Excel Worksheet Functions 3 November 13th 06 10:15 AM
Using Vlookup in formula arrays BartDesc Excel Worksheet Functions 4 July 3rd 05 04:42 PM
formula question for arrays Cynthia Gregory Excel Programming 2 June 18th 04 08:32 PM


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

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

About Us

"It's about Microsoft Excel"