+ Reply to Thread
Results 1 to 14 of 14

Formula for same value in cell on different sheet

  1. #1
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Formula for same value in cell on different sheet

    Hello

    I have a cell in Sheet Hurtic Calc N5 , can it be done so i have the same value in Sheet Tilbud EXC2 AS34, and if i change the value in one of them the other change to

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Formula for same value in cell on different sheet

    No ... because cannot have both a formula and value in a cell; and you will get a circular reference. Can be done with VBA

  3. #3
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Re: Formula for same value in cell on different sheet

    Hello

    Ok.. can i have a match so in Hurtig Calc N5 is the same as in Tilbud AS34

    or how will a vba look like for my first question

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Formula for same value in cell on different sheet

    Welcome to the forum

    Please attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  5. #5
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Re: Formula for same value in cell on different sheet

    Hello

    i must think a little bit more how we want it, i will come back, thank you so far

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Formula for same value in cell on different sheet

    OK. Ii is often difficult to respond to questions succinctly if we cannot see the context of the requirement.

  7. #7
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Re: Formula for same value in cell on different sheet

    Hello

    I have sheet Tilbud EXC2 cell AT46, AT47, AT 48 that should be the same as in Prod EXC2 Q58, Q59, Q60

    And in Tilbud EXC2 AT52, AT53, AT 54 that should be the same as in Prod EXC2 AA58, AA59, AA60

    And in Tilbud EXC2 AT58, AT59, AT60 that should be the same as in Prod EXC2 AD58, AD59, AD60

    those are controlled in more sheet by this formula in P19,
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    , and this formula in Q19
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and this formula in N19,
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    So what i want is to controll this formula, eighter i stand in one sheet or another, and the vale will always be the same in both sheets



    Hope you understand
    Attached Files Attached Files

  8. #8
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Formula for same value in cell on different sheet

    All the values you refer to in AT46, AT 47 and AT 48 etc are constants (not derived from any formula) BUt are they themselves are used in P19 and Q19 but not N19.

    So I am not sure what you require: at the simplest you could refer the values in Prod EXC2 by formula i.e in Q58 put "='Tilbud'!.AT46" so the 2 sheets are aligned BUT this assumes that sheet Tilbud is the master so only change values in this sheet.

  9. #9
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Re: Formula for same value in cell on different sheet

    Hello

    I know i can do it like that, but i was thinking the constant value can change in both sheets , no master sheet

    i will controll the different value from different sheets but it will be the same constant value on both

    AT 46 are controlled N19 / Wish that Tilbud EXC2 AT46 AND Sheet Prod EXC2 Q58 are controlled N19
    AT 47 are controlled P19 / Wish that Tilbud EXC2 AT47 AND Sheet Prod EXC2 Q59 are controlled P19
    AT 48 are controlled Q19 / Wish that Tilbud EXC2 AT48 AND Sheet Prod EXC2 Q60 are controlled Q19

    i will be several rows more yhis was just an example on row 19, 20, 21

    But maybe what i want can not be done, even with vba

  10. #10
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Formula for same value in cell on different sheet

    AT46 are NOT controlled by N19 etc - they are constants (values) which can only be manually input (no formula present): they are USED by N19 etc.

    If you want the option of changing the values in either sheet then you need VBA.

  11. #11
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Re: Formula for same value in cell on different sheet

    Hello

    my english is not so good, but AT46 etc should control N19 etc

    Ok, maybe i should make a quetion in vba forum or, mod mayebe move this

    Maybe link cells will be a better word, my formulas will read from Tilbud EXC2 anyway
    Last edited by dodde; 04-29-2021 at 12:12 PM.

  12. #12
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Re: Formula for same value in cell on different sheet

    Hello

    I found this add add my data for test, and it works, so i will try to play with this for add data, Thanks for all help

    Sheet 1

    Please Login or Register  to view this content.
    Sheet 2

    Please Login or Register  to view this content.

  13. #13
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,207

    Re: Formula for same value in cell on different sheet

    These should work OK.

  14. #14
    Forum Contributor
    Join Date
    02-27-2015
    Location
    Norge
    MS-Off Ver
    2019
    Posts
    570

    Re: Formula for same value in cell on different sheet

    Hello

    i am not sure how to add the lines for AT69, and AT70

+ 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] sum 2nd sheet to last sheet specific cell formula issue
    By Jack7774 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-25-2016, 03:37 PM
  2. Replies: 4
    Last Post: 08-21-2014, 07:34 PM
  3. Formula to link cell on one sheet to changing cells on another sheet
    By Patish in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-18-2014, 12:55 PM
  4. [SOLVED] Using in Formula, Ref to a Sheet, a Cell Ref Cont the Sheet Name, Inst of Name Itself
    By 1971erRoadRunner in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-16-2014, 03:12 AM
  5. [SOLVED] Use cell reference on one sheet as a sheet name in a formula on another sheet
    By GavJ in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-10-2013, 05:06 AM
  6. Indirect Formula to return Text from one sheet to cell in another sheet
    By lou031205 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-04-2007, 02:51 PM
  7. [SOLVED] Lookup cell contents in on sheet based on a formula in second sheet
    By Michael Wright via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-30-2005, 12:06 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