How do you do....it? Thread, Excel Question / Formula Needed in Technical; As for actual problem, there are two possible solutions. You could enter the out figure with a minus then you ...
-
4th August 2008, 07:02 PM #16
- Rep Power
- 14
As for actual problem, there are two possible solutions. You could enter the out figure with a minus then you would just do a simple SUM to get to the running total.
Alternatively, you could SUMIF so that the value in a particular column is only added to the running total if the word out appears in column B. As an example put the following in cell C4.
Code:
=SUMIF(B5:B1000,"=IN",C5:C1000)-SUMIF(B5:B1000,"=OUT",C5:C1000)
Last edited by m2d2; 4th August 2008 at 07:04 PM.
-
Thanks to m2d2 from:
timbo343 (4th August 2008)
-
IDG Tech News
-
4th August 2008, 07:09 PM #17 
Originally Posted by
dhicks
You can do this with an IF formula in the columns to the right of the numbers you're typing in. If the given date is less than or equal to the current date (given by NOW()) then result is the value in the cell (or the negative of it, if you're looking at the "out" value), otherwise 0. I.e in F9 put:
=IF(A9<NOW(),C9,0)
And if F10 put:
=IF(A10<NOW(),-C10,0)
Make sure you start off with the correct total - in F6 put:
=C6
And in C4, calculate your total:
=SUM(F6:F52)
Adjust the formula for columns G and H. Hide them afterwards if you want.
--
David Hicks
THANKS!!!!!
-
-
4th August 2008, 07:15 PM #18 Give that man a cookie, he makes it sound simple.
-
-
4th August 2008, 07:36 PM #19
-
-
4th August 2008, 08:00 PM #20 
Originally Posted by
m2d2
I am sorry but using another column is cheating
Hmm! It's the sort of thing where you wish Excel's formula language was more capable and could do something like map(array, function).
--
David Hicks
-
-
4th August 2008, 08:22 PM #21 Its not a solution to the excel problem just a comment that I have had this problem when downloading zip files etc from edugeek (other sites seem fine). Downloads OK but can't open it as it says it is corrupt?
-
-
4th August 2008, 08:29 PM #22 Interesting.. What browser are you using?
-
-
4th August 2008, 09:06 PM #23 Make a post in Site problems instead of us sorting it our here 
James.
-
SHARE: 
Similar Threads
-
By sqdge in forum Office Software
Replies: 26
Last Post: 10th February 2013, 06:18 AM
-
By russdev in forum Office Software
Replies: 2
Last Post: 9th May 2008, 11:51 AM
-
By vunsev in forum Coding
Replies: 5
Last Post: 11th April 2008, 08:08 AM
-
By DSapseid in forum Windows
Replies: 4
Last Post: 7th November 2007, 04:56 PM
-
By oyoung in forum Windows
Replies: 0
Last Post: 30th March 2007, 10:27 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules