+ Reply to Thread
Results 1 to 6 of 6

Creating relationships between cells using formulas, functions, or something else??

  1. #1
    Registered User
    Join Date
    01-15-2017
    Location
    Augusta, GA
    MS-Off Ver
    2010
    Posts
    1

    Creating relationships between cells using formulas, functions, or something else??

    Hello everyone, I am new here to this forum! First post . Here is the issue I am having that I need help with: I have 4 columns with many, many rows of data. I am trying to figure out a way to get the numbers in 3 columns to auto update when I change the number in the first column. For example, if I have A1=1, B1=2, C1=3, D1=4, and I change A1 from 1 to a 2, I would like the remaining three columns to auto update(B1=4, C1=6, D1=8). Or for another example, if I changed A1 from 1 to .5, I would want the remaining three columns to auto update to B1=1, C1=1.5, D1=2. How do I go about doing this, do I need to utilize a formula, function, or something else?? Also, if there is a solution, can I mass apply it to all of the other rows of data I have? So that, for example, cells B2 C2 D2 would change if I changed A2, and B3 C3 D3 would change with A3 and so on...?? Thanks!!

  2. #2
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: Creating relationships between cells using formulas, functions, or something else??

    Am I oversimplifying this?

    In B1 enter the formula =A1*2
    In C1 enter the formula =A1*3
    In D1 enter the formula =A1*4

    You can then copy down as far as you like.

    If you want one formula which you can copy across and down =$A1*COLUMN()
    because you are always looking a column A and multiplying by the column number.

    I hope this helps, please let me know!

    Regards,

    David

    If this has been helpful
    - Please click on the *Add Reputation button at the bottom left.

    Please mark your thread as SOLVED:
    - Click Thread Tools above your first post, select "Mark your thread as Solved".


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

    Re: Creating relationships between cells using formulas, functions, or something else??

    If you only have 1 (variable) value in A and B:D can contain formulas, then David's suggestion should work for you - PROVIDED the relationship is always as you have given in the examples

    If there are actual values in B:D that you want to have changed, then you cannot do this with formulas, you would need VBA
    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

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

    Re: Creating relationships between cells using formulas, functions, or something else??

    Deleted my duplicate post
    Last edited by FDibbins; 01-16-2017 at 02:58 AM.

  5. #5
    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,926

    Re: Creating relationships between cells using formulas, functions, or something else??

    Deleted my duplicate post
    Last edited by FDibbins; 01-16-2017 at 02:59 AM.

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

    Re: Creating relationships between cells using formulas, functions, or something else??

    Deleted my duplicate post
    Last edited by FDibbins; 01-16-2017 at 03:00 AM.

+ 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. Creating Formulas/Functions When Drop Down Boxes Are involved
    By troysteel99 in forum Outlook Formatting & Functions
    Replies: 1
    Last Post: 09-09-2016, 11:56 AM
  2. [SOLVED] Creating relationships between tables (excel 2003)
    By LukeM82 in forum Excel General
    Replies: 1
    Last Post: 08-10-2016, 04:13 PM
  3. Creating a Master Contact List with Formulas, Functions and References
    By NeedXCelHelp in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-24-2014, 05:25 AM
  4. Creating a Master Contact List w/Functions, Formulas and References
    By NeedXCelHelp in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 11-19-2014, 04:32 PM
  5. creating multiple functions/formulas in a cell
    By MaureenNB in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-16-2011, 03:23 PM
  6. creating a formatted sheet with formulas and functions
    By lightv2 in forum Excel General
    Replies: 3
    Last Post: 07-03-2009, 03:01 PM
  7. Finding relationships between cells
    By shaunburke in forum Excel General
    Replies: 3
    Last Post: 11-08-2007, 11:56 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