OpenOffice.org Forum at OOoForum.orgThe OpenOffice.org Forum
 
 [Home]   [FAQ]   [Search]   [Memberlist]   [Usergroups]   [Register
 [Profile]   [Log in to check your private messages]   [Log in

newbie and old guy. 5 years data copied to one sheet. how to

 
Post new topic   Reply to topic    OOoForum.org Forum Index -> OpenOffice.org Calc
View previous topic :: View next topic  
Author Message
geecee71
General User
General User


Joined: 19 Jun 2012
Posts: 5

PostPosted: Tue Jun 19, 2012 2:12 pm    Post subject: newbie and old guy. 5 years data copied to one sheet. how to Reply with quote

Hi.
i used to keep all my data month by month... (for my shop). Now with my new android phone i input every days figures, ins and outs, to an APP (finanacisto) and export a CSV file as a back up.
So, i have copied 5 years data to one big sheet and formatted it so i just append the CSV output on the end.
I can get most info i want with pivot tables, but when the size of the table changes other formulas i had to read subtotals need to be changed manually every time. (and the auto format for months (jan, feb, mar...) doesnt always work)
I want to take a different approach and make a list (in a new spreadsheet) in column A of the subtotals descriptions i want and the sums in column B.
My columns are Date, Amount, Account, Catagory, Payee, Day, Month, Year, Notes.
How do i sum March 2008 where payee = x, or
2009 where Catagory = x.
I cant get off the groud with the function wizard

Many thanks
geecee
im months at this
Back to top
View user's profile Send private message
ken johnson
Super User
Super User


Joined: 23 Apr 2009
Posts: 1875
Location: Sydney, Australia

PostPosted: Tue Jun 19, 2012 3:15 pm    Post subject: Reply with quote

geecee71 wrote:
How do i sum March 2008 where payee = x

Code:
=SUMPRODUCT(G1:G1000="March";H1:H1000=2008;E1:E1000="x";B1:B1000)
geecee71 wrote:
or 2009 where Catagory (sic) = x.

Code:
=SUMPRODUCT(H1:H1000=2009;D1:D1000="x";B1:B1000)

I have assumed data is restricted to first 1000 rows, column B is Amount, column D is Category, column E is Payee, column G is Month and column H is Year.

Ken Johnson
_________________
If your problem has been solved please add "[Solved]" to the beginning of your first post title (edit button).
Back to top
View user's profile Send private message
geecee71
General User
General User


Joined: 19 Jun 2012
Posts: 5

PostPosted: Wed Jun 20, 2012 3:23 am    Post subject: Reply with quote

Thanks a mill.
ill work on that.

i have over 10k rows and counting......................
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    OOoForum.org Forum Index -> OpenOffice.org Calc All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group