+ Reply to Thread
Results 1 to 12 of 12

need formula to be shown with dynamic values not reference w/o VBA

  1. #1
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Smile need formula to be shown with dynamic values not reference w/o VBA

    Hi everyone,

    A1 = 2 A2 = 3 A3= 4


    A4 = A1+A2-A3 will show 1
    B4 = A1-A2*A3 will show -10

    what i need a simple formula for cells A5 & B5 .. n so on.. so that one can see what exactly done in cells A4 & B4
    the -show formula option in excel does show the formula but that contains the cell names , but I need it with values.

    like A5 =2+3-4 B5 = 2-3*4 the solution should work for all complicated calculations like trigonometry, inbuilt use of functions, etc..

    "&A1&"... these kind of solution not gonna help me as I have thousands of formula in rows and I cant write it for all of them
    same for concatenation it will not serve my objective..

    please help thanx in advance

  2. #2
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    a dynamic solution that will update the values if changed from source cells like A1 & A2

  3. #3
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    somone help me out ...
    SANDEEP
    << press the star * if u like

  4. #4
    Registered User
    Join Date
    04-20-2012
    Location
    New York, NY
    MS-Off Ver
    Excel 2013, 2010, 2007, 2003
    Posts
    99

    Re: need formula to be shown with dynamic values not reference w/o VBA

    Hi Sandeep, please post your workbook
    SPARTAN
    Please click the * if my solution helped

  5. #5
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    ATTACH]163261[/ATTACH]

    please go through the sheet , revert if you find any difficulty to understand
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    cant any one help me out...

  7. #7
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    somone help me out..... m in urgent need of it

  8. #8
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    somone help out plzzz

  9. #9
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,523

    Re: need formula to be shown with dynamic values not reference w/o VBA

    Hi san2525,

    Try these formuals in the cells noted:

    Cell F2:
    ="="&A2&"+"&B2&"+"&C2

    Cell F3:
    ="="&A3&"+"&B3&"-"&C3

    Cell F4:
    ="="&A4&"-"&B4&"+"&ROUND(SIN(C4),2)

    Cell F5:
    ="="&A5&"/"&B5&"+"&C5

    Cell F6:
    ="="&A6&"*"&B6&"/"&C6

    Cell F7:
    ="="&A7&"*"&ROUND(TAN(B7),2)&"*"&ROUND(SQRT(C7),2)

    Note for cells F4 and F7 I've used the round function to only display the results to two decimal places. Change to suit.

    HTH

    Robert
    ____________________________________________
    Please ensure you mark your thread as Solved once it is. Click here to see how
    If this post helps, please don't forget to say thanks by clicking the star icon in the bottom left-hand corner of my post

  10. #10
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,598

    Re: need formula to be shown with dynamic values not reference w/o VBA

    Sorry, no (beautiful!) macros wanted
    Last edited by protonLeah; 06-25-2012 at 03:54 PM. Reason: macro deleted
    Ben Van Johnson

  11. #11
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    @ Robert :

    I know the use of & " .. I was looking for somthing where I dont have to rite for each different formulas.
    can someone tell me the solution using macros

    ---------- Post added at 05:21 PM ---------- Previous post was at 05:19 PM ----------

    please give solution so that a single macro/formula can convert any given cells with formula into cell showing formula with dynamic values not reference.

  12. #12
    Registered User
    Join Date
    06-20-2012
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: need formula to be shown with dynamic values not reference w/o VBA

    can any one help me out its more than 2 months .. no one is looking into my problem

+ 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