Need a BIG favour regarding Excel

Soldato
Joined
14 Oct 2007
Posts
2,738
I'm trying to get ontop of my finances ready for the new year, had a bad 2009 regarding money etc, so wanna get things sorted.

I need someone who is good with Excel to help me create a spreadsheet to manage what is coming in, going out.
I get paid monthly, my wife gets paid weekly, but we share the bills. So what I need is:

my income (monthly wage)
my wife's income (weekly wage)
what's going out
and also a column where it goes RED if im short and GREEN if il have some cash left over after the bills each month...

can anyone else with that please?
 
Column A = Income (per month)
Column B = Outgoings (per month)
Column C = Description/Detail/Date

Fill out a row for each transaction (money in/out). Eg you will have 4 rows of money in for your wifes weekly wage, one for your monthly wage and one for each outgoing transaction.

Then put the following formula in these cells:

D1 =SUM(A:A)
E1 =SUM(B:B)
F1 =D1-E1

Select cell F1, then;

Format - Conditional Formatting:

Condition 1: Cell Value is - Greater than - 0 - Format... - Patterns (chose Green colour)

Add >>

Condition 2: Cell Value is - Less than - 0 - Format... - Patterns (chose Red colour)
 
Last edited:
Back
Top Bottom