![]() |
|
#1
|
|||
|
|||
![]()
Hi all, I need a running total to keep track of items returned by date.
I have in Column A Date In and Column B Date Out, I want to be able to create a running total in C1 were if A1...A100 is not null and B1...B100 is null, meaning an item has come in but not gone out yet. And then to update C1 when this changes. I thought it would be easy but am having trouble putting the if, count, null, not null together. Any help would be appreciated in solving this or pointing me in the right direction. regards Trevor |
#2
|
|||
|
|||
![]()
Hi Trevor,
The best thing to do for us is put together a mock worksheet with what you have and what you expect. |
#3
|
|||
|
|||
![]()
see attached file for a sample of what I need...sample.xlsx
|
#4
|
|||
|
|||
![]()
How about...
=COUNTIF(A4:A16,">0")-COUNTIF(B4:B16,">0") |
#5
|
|||
|
|||
![]()
thanks for that.. works fine
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Formula for a running total in one cell | cdon1983 | Excel | 7 | 09-07-2017 05:12 AM |
Running total automated | Mikayla | Excel | 1 | 03-15-2017 06:19 AM |
![]() |
HelicopterChick | Excel | 3 | 08-23-2016 04:52 AM |
![]() |
Chancy | Excel | 3 | 03-02-2015 01:20 PM |
Running total in Excel chart | jen152638 | Excel | 0 | 06-14-2010 05:38 AM |