+ Reply to Thread
Results 1 to 19 of 19

sorting paypal transactions

  1. #1
    Registered User
    Join Date
    01-16-2007
    Posts
    30

    sorting paypal transactions

    I need to sort all my pay pal transactions I need all my debits in one row and credit in another. I do not know how to use excel very good at all, so if anyone can help me I would appreciate it.
    Kids health and Fitness equipment
    Dance revolution and more!
    http://www.fitnessandkids.com

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    May be this previous similar question/answer may help?

    http://www.excelforum.com/showthread...ghlight=cheque
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    Thanks, but that does not help me much.

  4. #4
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    Can anyone help with this? If anyone is familiar with the way your pay pal transaction are listed they are all just in there by date with debits and credits all mixed in together, I need to get these seperated so I know the total for debits and the total for credits.

    Thanks
    Denise

  5. #5
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    Are you able to electronically copy your paypal statement and paste it into excel. If so, do so, zip the file, attach it to the post and explain in detail what you want to do.

  6. #6
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Quote Originally Posted by robert111
    Are you able to electronically copy your paypal statement and paste it into excel. If so, do so, zip the file, attach it to the post and explain in detail what you want to do.
    Don't forget to remove any personnel account numbers etc. we only need the format on how the data is set up.

    To post a zipped example, go to “My Documents” or wherever you have your file stored, right-click and “Send to > Compressed file”, then attach this zipped file to your post.

  7. #7
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    Here is just an example, I need to have debits and credits seperated, pretty simple but just do not know how to do it.example.zip

  8. #8
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    Try this for Credits in E2 copy down

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

    and this for Debits in F2 copied down

    =IF(B2<0,B2,IF(C2<0,C2,""))

  9. #9
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    Where do I insert this info? on the top bar?

  10. #10
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    The first formula is in cell E2 then drag the formula down the column to E34 with the fill handle.

    Put the second formula in F2 and again drag down the column to F34

    See this link on how the Autofill (fill handle works)

    http://support.microsoft.com/kb/291359

  11. #11
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    How do I put the formula in there when there is information in the cell already?

  12. #12
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    networkmom,

    The example you posted didn't have anything in columns E or F ????
    Attached Files Attached Files

  13. #13
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    go to any cell in your column E and insert column, and repeat, you now have E2 and F2 ready to accept formulas

  14. #14
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    I think it is not working becase the actual columns I need are different from what I sent you I need row D and E calculated. boy this is confusing to me

    Thank you
    Denise
    Last edited by networkmom; 02-20-2008 at 08:37 AM.

  15. #15
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    Don't panick, the formulas I gave looks at rows B and C, if your columns are D and E, just edit the formulas to look D and E

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


    =IF(D2<0,D2,IF(E2<0,E2,""))

  16. #16
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    Thank you very much. Now if I want to go through all my transaction and say delete certain rows? ex. If I want to delete all my debits from purchases I made that are not business related, like Giant eagle or any store I shopped at. Is there a way to do this?

  17. #17
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    Take a look at this link on basic sorting

    http://www.contextures.com/xlSort01.html

  18. #18
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    You could add an extra column to your data and type the word IGNORE against any domestic purchases.

    Then you could total all your debits and credits EXCEPT those marked IGNORE

    Many ways to do this, but the easiest for you to understand might be in another column next to the IGNORE column (let us say column Z), insert the formula

    =if(Y1="IGNORE","",D1) (assumes credits in col D)

    and in column AA

    =if(Y1="IGNORE","",E1) (assumes debits in col E)

    you can then total both those columns, and indeed do a running total.

  19. #19
    Registered User
    Join Date
    01-16-2007
    Posts
    30
    So in the quotation I need to tell it what to ignore? Anyone??
    Last edited by networkmom; 02-21-2008 at 12:18 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1