+ Reply to Thread
Results 1 to 3 of 3

Auto populate based on frequency

  1. #1
    Registered User
    Join Date
    11-24-2012
    Location
    Canada BC
    MS-Off Ver
    Excel 2013
    Posts
    6

    Angry Auto populate based on frequency

    Hi,

    Attached is my worksheet.

    I am trying to auto populate columns E to P by taking the invoice amount, frequency and the start date and then applying it appropiately. So far, I have a simple IF statement.

    =IF(B2="Quarterly",A2/4,IF(B2="Monthly",A2/12,IF(B2="Annually",A2,0))

    Thoughts?

    Thanks,

    cro0sh.
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Auto populate based on frequency

    Wrong post..sorry

  3. #3
    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,938

    Re: Auto populate based on frequency

    Is this what you wanted? put in E2 and copy down and across...
    =IFERROR($A2/IF(AND($B2="annually",COUNTA($E$1:E$1)>1),"",IF(AND($B2="Quarterly",COUNTA($E$1:E$1)>4),"",IF($B2="Quarterly",4,IF($B2="Monthly",12,1)))),"")
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Auto Populate cell based on auto filter selection from table in same sheet
    By missydanni in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2013, 05:03 PM
  2. Replies: 2
    Last Post: 07-31-2013, 02:00 PM
  3. auto-populate based on input
    By JessicaSam in forum Excel General
    Replies: 1
    Last Post: 06-08-2012, 01:47 PM
  4. Replies: 3
    Last Post: 02-28-2012, 11:54 AM
  5. HELP! trying to auto populate one value based on another
    By mimeca in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-19-2008, 03:04 PM

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