+ Reply to Thread
Results 1 to 9 of 9

Values to be static once formula retrieved using a formula

  1. #1
    Forum Contributor
    Join Date
    08-02-2015
    Location
    Hyderabad
    MS-Off Ver
    2007
    Posts
    160

    Values to be static once formula retrieved using a formula

    Dear All,

    I want to know whether it is possible to make a result static once formula has retrieved using a formula

    Ex: I've a sheet where I keep on enter the values everyday & want to retrieve these values based on date. I used below formula to retrieve the data from one sheet to another

    =IF(B$4='Rej Rep'!$E$3,VLOOKUP($A5,'Rej Rep'!$B$8:$C$30,2,0),0)

    Rej Rep is Sheet1; B$4 has date 01/09/2015; 'Rej Rep'!$E$3 has date 01/09/2015, then it retrieves the value using VLOOKUP formula else it will be zero

    So if I use if/nested-if it will make value zero in case date of 2 sheets doesnt match.

    Please let me know a way to do this with only formulas.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Values to be static once formula retrieved using a formula

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    May be this will work?
    Last edited by shukla.ankur281190; 09-10-2015 at 06:59 AM.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Contributor
    Join Date
    08-02-2015
    Location
    Hyderabad
    MS-Off Ver
    2007
    Posts
    160

    Re: Values to be static once formula retrieved using a formula

    Thanks for your reply.

    Please find the attached file in which 1st sheet for entering the values and next sheets to retrieve the values based on our formula.

    Rej Rep - E3 will have a date based on which I want to populate the result in all the sheets.

    My concerns in this case are:

    1. My task should be so simple that I want to enter the values in a single sheet and result should be distributed in other sheets

    2. I even dont want to work on the other sheets once I enter the values in the first sheet

    3. Result that has been displayed in the other sheets should be static once it has been retrieved using our formula

    4. I want to know the way to do this only with formulas rather than VB Code
    Attached Files Attached Files

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Values to be static once formula retrieved using a formula

    Hey I looked at you file but it seems that every sheet (GF,FF,PC GF and all that) need to different lookup table array. You can simply change them according your need. How ever above formula proved for GF sheet only and it will work in only GF sheet. If I will change =IFERROR(VLOOKUP($A5,IF(B$4='Rej Rep'!$E$3,'Rej Rep'!$B$8:$C$30),2,0),"") this formula in to =IF(B$4='Rej Rep'!$E$3,VLOOKUP($A5,'Rej Rep'!$E$8:$F$30,2,0),0) formula it will work for FF sheet.

    Take a look in both formula the all syntax are same except 'Rej Rep'!$B$8:$C$30 & Rej Rep'!$E$8:$F$30.

    Hope you will have now understand what i want to explain. However If still doubt then google for Vlookup formula basic

  5. #5
    Forum Contributor
    Join Date
    08-02-2015
    Location
    Hyderabad
    MS-Off Ver
    2007
    Posts
    160

    Re: Values to be static once formula retrieved using a formula

    Thanks for your reply once again. But my basic problem is that I want to make result static once the data is retrieved from 1st sheet based on our formula

    Vlookup is not my problem, I even can retrieve the data using Index also, but I want to make result static with the formula & date that I'm inputting.

    Is that possible? Please let me know whether this can be done with formula or can go with only VB.

  6. #6
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Values to be static once formula retrieved using a formula

    Is that possible? Please let me know.
    No it is not without VBA

    formula by definition is meant to change according to the inputs
    it wont know when something has been retrieved and it certainly wont know when it needs to stop updating
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Values to be static once formula retrieved using a formula

    Yes it can't possible without VBA. Formals has their own limitation dear but thru VBA it will force to excel to do the things according to VBA code designer...

  8. #8
    Forum Contributor
    Join Date
    08-02-2015
    Location
    Hyderabad
    MS-Off Ver
    2007
    Posts
    160

    Re: Values to be static once formula retrieved using a formula

    Its very sad that Microsoft excel is not upto my standard!!!!!

    Why I'm keep on asking this question is that I'm familiar with most of the functions but not with VBA. Someone can give a solution with VBA but if I need extended support I wish not to come here for asking this again and again.

  9. #9
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Values to be static once formula retrieved using a formula

    if you indeed dont want formulas to update turn off calculation
    you cant have it both ways where formulas update and formulas dont update
    how would a program cognitively know you want something to update unless you instruct it to do so

    your standard requires reasoning & comprehension
    if Excel could do the that then i dare say there would be many people out of jobs

    also if you want vba you need to be much more specific on exactly what you want

+ 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] Formula to Static Value
    By laansesu in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-15-2015, 06:09 AM
  2. Macro to break and then rejoin formula links
    By caabdul in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-30-2015, 09:05 AM
  3. [SOLVED] static formula possible?
    By rjexcel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-30-2014, 09:35 PM
  4. Replies: 3
    Last Post: 10-16-2014, 07:02 AM
  5. Formula to recalculate values based on one value becoming static?
    By hbiron in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-16-2014, 01:57 PM
  6. Change Formula to Static Value in VB
    By nsorden in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-19-2009, 12:35 PM
  7. Excel 2007 : Formula copy with static value in it
    By ebmaurer in forum Excel General
    Replies: 1
    Last Post: 12-23-2008, 11:07 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