+ Reply to Thread
Results 1 to 2 of 2

Adding the value of a user-inputted cell to a cell reference

  1. #1
    Registered User
    Join Date
    11-08-2013
    Location
    Clarkston Michigan
    MS-Off Ver
    Excel 2010
    Posts
    3

    Adding the value of a user-inputted cell to a cell reference

    Hi all,

    I have a spreadsheet that takes the sum of scrap pieces and multiplies it by the value of the piece per day. A set consists of three columns (three shifts per day). On a separate sheet, I've done the same for different work centers that use the same parts. Traditionally I've added the value scrapped on the separate sheet to the total value on the original sheet to get my total scrap value--this works fine. However, my boss wants to actually see how many pieces total are being scrapped by part number by day, not just their values.

    My question is, is it possible to have a cell that takes a user input and automatically adds the value from a cell reference; such that a cell contains only the cell reference until a user activates the cell and enters data, then subsequently the cell will contain said data + the value of the cell referenced?

    i.e. =[whatever the user enters]+'sheet2'!A1
    wherein the user simply selecting the cell and entering information won't negate the pre-existing "+'sheet2'!A1"

    Thanks for any input!

  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,736

    Re: Adding the value of a user-inputted cell to a cell reference

    You can't do that with a formula, although you could have a formula in an adjacent column to do it for you - enter data in D1, say, and in E1 you can have this formula:

    =IF(D1="","",D1+Sheet2!A1)

    so that it only shows once you have put something in D1.

    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)

Similar Threads

  1. Replies: 2
    Last Post: 02-27-2012, 11:53 AM
  2. print cell index from A1 to user inputted range.
    By yemajose in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 12-17-2010, 06:18 AM
  3. Adding inputted value to another cell (Excel 2007)
    By Just8982 in forum Excel General
    Replies: 7
    Last Post: 03-13-2009, 08:12 PM
  4. Changing Auto Filter Based on User Inputted Cell
    By JohnGuts in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 04-07-2007, 05:33 PM
  5. Replies: 3
    Last Post: 11-08-2005, 11:35 AM

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