+ Reply to Thread
Results 1 to 6 of 6

Advanced IF function Help

Hybrid View

  1. #1
    Registered User
    Join Date
    07-20-2009
    Location
    maryland, usa
    MS-Off Ver
    Latest Excel (Excel 365)
    Posts
    30

    Advanced IF function Help

    Hi all,

    I have a list of accounts (1000+) and have to do some data manipulation to make sure that the accounts have enough fees. It's fairly simple task, basically comparing the estimated fees and current cash balance. And if the current cash balance is greater than the estimated fees, we don't really do much. If not, we will generate more cash in the account to cover the fees.

    However, we have some accounts that pay fees for other accounts as well. I was wondering if there is a way to make this simple that I can easily see which accounts will need to raise cash.
    Please see attached.

    Thanks in advance for your help!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Advanced IF function Help

    we have some accounts that pay fees for other accounts as well
    how will Excel know this?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    07-20-2009
    Location
    maryland, usa
    MS-Off Ver
    Latest Excel (Excel 365)
    Posts
    30

    Re: Advanced IF function Help

    Because I have account number as well as billing account number in the same row. If the two accounts number are the same, we know that.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Advanced IF function Help

    if all you want to do is identify accounts that have less money in them than "estimated fees", have you tried playing around with conditional formatting to change the color of the delinquent cells?

    And if the current cash balance is greater than the estimated fees, we don't really do much. If not, we will generate more cash in the account to cover the fees.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    07-20-2009
    Location
    maryland, usa
    MS-Off Ver
    Latest Excel (Excel 365)
    Posts
    30

    Re: Advanced IF function Help

    I have tried that way. It's very easy to estimate whether the account has enough for fees when the account and the billing account are the same. However, it gets trickier when an account also pays the other accounts as well.
    Please see the attached file.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Advanced IF function Help

    your attachment doesnt show (that i can see) what/how other accounts are paid.

    try this tho. highlight the entire range, select conditional formatting, select "formula" and enter this...

    =$E2<=$D2

+ 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