Numbers template using .csv for Income-Expenses?

I've never learned anything about spreadsheets. I use to use Quicken to input my yearly expenses and income as a bar graph but I no longer have that program and have since switched to MacBook Pro late 2016 latest Sierra OS.


By any chance is there a template that might show this with multiple years even that would be available somewhere? Or anyone to contact proficient with Numbers who would create the template? Or teach me how in short order? I've imported last years .csv and see the data but what to do next is VERY daunting. I'd love to do the template myself but would need plenty of guidance.


Thank you.

MacBook Pro (15-inch, Late 2016), macOS Sierra (10.12.2)

Posted on Jan 11, 2017 12:09 AM

Reply
5 replies

Jan 11, 2017 9:34 AM in response to Ratsneve

Hi Ratsneve,

I dowloaded a CSV form my bank. I have edited to shorten it and hide my personal details.

Here it is in Numbers.

User uploaded file

Column D is my bank balance.

Step 1.

The first thing I notice is that Row 1 is a Header Row. No, it should not be. It is the first row of data (transactions)

Select Row 1 and in the contextual menu, add Header Row Above

User uploaded file

Type in the "proper"column labels

User uploaded file

Now convert the "false" Header row 2 to a Body Row (Header Rows > 1)

User uploaded file

User uploaded file

Step 2.

My bank insists on placing the plus sign "+" in front of income. Numbers interprets that as Text, not a number.

To get rid of the "+" signs, insert another column (C)

User uploaded file

Formula in new Column C (C2 and Fill Down)

=IF(LEFT(B2,1)="+",VALUE(RIGHT(B2,LEN(B2)−1)),B2)

Column C is formatted as Currency (Format Panel > Cell > Data Format > Currency)

To "fix" the values in Column C, select and copy Column C, then Menu >Edit > Paste Formula Results.

Now you can delete Column B.


I am still thinking how best to Save As Template, but it is late here.

Regards,

Ian.

Jan 20, 2017 8:16 PM in response to Ratsneve

Hi Susan,

With no plus signs, you do not need step 2 and it becomes easier.

User uploaded file

Formula in C2 (and Fill Down to the last Body Cell, C6 in this example)

=IF(B2>0,B2,"")

If a value in B is >0, insert that value, else insert "" (NULL)


Formula in D2 (and Fill Down) =IF(B2<0,B2,"")


To get the totals,

Formula in Footer Cell C7 =SUM(C)

Formula in Footer Cell D7 =SUM(D)


The Balance column (F) will depend upon the starting balance on your statement.

Take a look at Template > Chooser > Personal Finance > Personal Budget.


Happy Numbering!

Ian.

Jan 18, 2017 8:53 PM in response to Yellowbox

Thank you Ian for working this a little. I have run out of time so there is no hurry now. Would like to continue learning these basics.


Isn't there any "undo"...only when you revert to a previous save?


Got down to your step 2 okay but turns muddy. My bank doesn't require the "+" sign...only amounts. I need to separate the positives from the negatives though and show in two columns with totals for both income and expenses.


Susan

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Numbers template using .csv for Income-Expenses?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.