Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 19
Default How to display running-down numbers with total count?

Hi all,

I have 10 numbers to show from 1, 2, 3... 10 top-down (e.g., in Cell A1 to
A10)

What formula goes into a range, I bet an array formula, to diplsy those
number?

Criteria:
1. I would like to have flexibility of specifying how many numbers I want
from No.1 onwards (in the above example, 10).
2. The blank cells not showing numbers (e.g., A11 in the above example)
should display blank.

Nice and simple to you?

Thanks in advance.
Tetsuya, Singapore
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How to display running-down numbers with total count?

Use cell D1 to enter how many numbers you want.

Enter this formula in A1 and copy down as needed:

=IF(ROWS(A$1:A1)<=D$1,ROWS(A$1:A1),"")

--
Biff
Microsoft Excel MVP


"Tetsuya Oguma" wrote in message
...
Hi all,

I have 10 numbers to show from 1, 2, 3... 10 top-down (e.g., in Cell A1 to
A10)

What formula goes into a range, I bet an array formula, to diplsy those
number?

Criteria:
1. I would like to have flexibility of specifying how many numbers I want
from No.1 onwards (in the above example, 10).
2. The blank cells not showing numbers (e.g., A11 in the above example)
should display blank.

Nice and simple to you?

Thanks in advance.
Tetsuya, Singapore



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
running total and average of that total after 3 events belvy123 Excel Discussion (Misc queries) 0 March 28th 07 02:57 AM
running total and average of that total after 3 events Toppers Excel Discussion (Misc queries) 1 March 28th 07 02:19 AM
How do i count numbers and letters to find a total count of all Linda Excel Worksheet Functions 4 November 10th 05 04:51 PM
Adding numbers to a running total Elizabeth Free Excel Worksheet Functions 1 August 26th 05 11:27 PM
Count and Sum Total occurrances of two specific numbers Sam via OfficeKB.com Excel Worksheet Functions 10 March 29th 05 08:13 PM


All times are GMT +1. The time now is 05:55 AM.

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"