![]() |
#1
|
|||
|
|||
![]()
It looks difficult but I guess there is a formula to deal my problem:
I got a table with 3 columns. Lets say column 1 how much hours I worked in specific day, column 2 how many costumers I served, and column 3 how much income I made. At the top of the chart I make a Statistic formula that tells me averages, for example: how much costumers I serve in 1 hour, or how much the incomes for 1 hours, or how much is the income for 1 costumer. So I use the COUNT formula to know the number I need to devide the sums, but what happens if I want to deal only with the last 8 lines in the table ? how can I tell the formula to check the last 8 lines which I don't know what are they, since the table gets more and more lines all the time ? is it possible ? ![]() |
#2
|
||||
|
||||
![]()
Hi
supposing all your values are contiguous and of course numbers, the following will give the sum of the last 8 cells Code:
=SUM(INDEX(A:A,COUNTA(A:A)):INDEX(A:A,COUNTA(A:A)-7)) If you have any other requirements perhaps post a sample sheet on the forum please . Thx
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
ain't working.
I attached here a file as an example for what I need Thanks a lot. ![]() |
#4
|
|||
|
|||
![]()
Ok. I did it. I find another way.
|
#5
|
||||
|
||||
![]()
Glad you found a solution. In the future instead of " ain't working" it would be the least to explain what is not working.
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Same slide title for all slides | viki2000 | PowerPoint | 1 | 12-30-2013 03:14 AM |
Add Month Name to Title via macro | bremen22 | PowerPoint | 5 | 08-29-2013 05:28 AM |
Can a slideshow title be displayed throughout? | Promo Video UK | PowerPoint | 1 | 08-06-2010 04:24 AM |
Linking paragraph to a title | winnetouch | Word | 3 | 01-09-2010 07:41 PM |
Title & Subtitle box | mkaminski | PowerPoint | 0 | 07-29-2009 10:17 AM |