Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default formulate all in one cell

how to sum an equation that subjected to array of number in one cell? Let
formula be "10-a" and the "a" required from 1 to 20, and all this to be done
in one single cell, is it possible?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default formulate all in one cell

Hi,

I can't say as I understand your question but here is the formula you asked
for:

=SUM(10-ROW(A1:A20))

array entered.

--
Thanks,
Shane Devenshire


"carrol" wrote:

how to sum an equation that subjected to array of number in one cell? Let
formula be "10-a" and the "a" required from 1 to 20, and all this to be done
in one single cell, is it possible?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default formulate all in one cell

Try this:

=SUMPRODUCT(10-ROW(INDIRECT("1:20")))

--
Biff
Microsoft Excel MVP


"carrol" wrote in message
...
how to sum an equation that subjected to array of number in one cell? Let
formula be "10-a" and the "a" required from 1 to 20, and all this to be
done
in one single cell, is it possible?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default formulate all in one cell

Hi,

Try using =SUM(10-ROW(A1:A20)) entered as an array formula using
Contol-Shift-Enter, instead of just Enter.

Dave

url:http://www.ureader.com/msg/104240746.aspx
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
Formulate a cell to change color when above/below an amount? chenoa06 Excel Worksheet Functions 3 November 20th 07 04:24 PM
how to formulate this??? FORMULA Excel Discussion (Misc queries) 4 November 13th 06 05:46 AM
time formulate arslan Excel Discussion (Misc queries) 3 April 16th 06 01:22 PM
HOW DO I FORMULATE A CELL TO ROUND $5.82 TO $5.85 rikg Excel Discussion (Misc queries) 3 April 9th 05 01:53 PM
Excel: how to formulate conditional cell references centraloffice Excel Worksheet Functions 1 December 10th 04 08:57 PM


All times are GMT +1. The time now is 04:57 AM.

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"