+ Reply to Thread
Results 1 to 10 of 10

Pop up Data Box that calculates

  1. #1
    Registered User
    Join Date
    04-08-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    5

    Pop up Data Box that calculates

    Good day to all,

    I am trying to create a work sheet for capital budgets. I would like to be able to click on a target cell and a pop box appear, the user will then fill in the budget numbers for the categories labeled and when they are done only the subtotal will appear in the cell.

    Any help would be greatly appreciated

    thanks,
    Charlie

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Pop up Data Box that calculates

    Hi

    How would you expect the numbers to be gathered? A separate field for each number, or a series of numbers separated by some sort of delimiter?

    rylo

  3. #3
    Registered User
    Join Date
    04-08-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Pop up Data Box that calculates

    Hello Rylo,

    I would like i think a seperate field for each number. For example.

    Soft costs $50,000
    Hard Costs $300,000
    Improvements $400,000

    And then the total show in cell.

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Pop up Data Box that calculates

    Hi

    Ok, on your selected sheet, right click on the tab, view code and enter
    Please Login or Register  to view this content.
    Now when you select cell C2, it will ask for the 3 numbers, accumulate them, and put the result into C2.

    You don't say where your output is to go, so I've just picked a cell.

    rylo

  5. #5
    Registered User
    Join Date
    04-08-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Pop up Data Box that calculates

    Wow Rylo! Thats great. Much Thanks.

    What would i change if i wanted it to all be on one pop up box when it opens?

  6. #6
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Pop up Data Box that calculates

    Hi

    A couple of ways I can think of.

    1) Have a single input box, but have the 3 amounts separated by a nominated separator (| or ~). Then you could put them into an array and sum them.
    2) Create a form that has 3 input boxes to collect the different amounts, then a button to put the sum into the relevant cell.

    Got a preference?

    rylo

  7. #7
    Registered User
    Join Date
    04-08-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Pop up Data Box that calculates

    probally number 2

  8. #8
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Pop up Data Box that calculates

    Hi

    This is really simplistic, but see if it covers what you are chasing.

    913251.xlsm

    rylo

  9. #9
    Registered User
    Join Date
    04-08-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Pop up Data Box that calculates

    That is what I am looking for . Thanks Rylo

    Is there a way for the numbers to stay in the pop up box once it is closed and re-opens? Right now once I input the numbers and re-open later to update the fields are blank.

  10. #10
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Pop up Data Box that calculates

    Hi

    Here's one way. It doesn't put in the total, but a formula that contains the relevant parts. Then it will break out these parts to the relevant text box when the form is opened.

    Before you do things, drag from D2 back across to B2 to make sure that C2 is blank.

    Please Login or Register  to view this content.
    See how that goes.

    rylo

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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