+ Reply to Thread
Results 1 to 4 of 4

HELP! Formula if one cell is filled, pre-populates the rest for Weekly, Monthly or Annual

  1. #1
    Registered User
    Join Date
    04-29-2013
    Location
    Ireland
    MS-Off Ver
    Excel 2010
    Posts
    2

    Question HELP! Formula if one cell is filled, pre-populates the rest for Weekly, Monthly or Annual

    I am trying to create a personal budget sheet with three columns for inputting data either weekly monthly or annually. How can I make it that if I enter date in one cell, say monthly; that it automatically calculates the weekly amount and the annual amount and vice-versa if entered into weekly or annual cells?

    Any help would be greatly appreciated as I am going nuts trying to work it out

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: HELP! Formula if one cell is filled, pre-populates the rest for Weekly, Monthly or Ann

    Perhaps you can have a column for the type of amount (A for Annual, M for Monthly, W for Weekly etc) together with a column for the amount, and then you can derive the 3 columns from those.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    04-29-2013
    Location
    Ireland
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: HELP! Formula if one cell is filled, pre-populates the rest for Weekly, Monthly or Ann

    Thanks Pete,

    That seems to have done the trick but I need to hide [FALSE] if there is no date entered into a particular cell as will sometimes be the case depending on the client and what their income and expenditure sources may be.

    Any suggestions how to hide the [FALSE] notification in a results cell?

    Thanks,

    Dave

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: HELP! Formula if one cell is filled, pre-populates the rest for Weekly, Monthly or Ann

    Something along these lines:

    =IF(date_cell="","",your_existing_formula)

    Hope this helps.

    Pete

+ 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