+ Reply to Thread
Results 1 to 2 of 2

How to Create Static numbers from a live formula

  1. #1
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    How to Create Static numbers from a live formula

    I have a running stock column as part of a stock control sheet and I need the stock movement lookup sheet that displays the current running stock beside each stock line to freeze that particular result when the stock line has an items taken so that the user can quickly check what stock was on shelf at the time the item was taken, then the next time the stock is taken again it is frozen again agianst that line and so on.

    The formula that displays the result is -

    =IF(ISNA(VLOOKUP($F5,data,7,FALSE)),"",VLOOKUP($F5,data,7,FALSE))

    Thanks in advance

    JD

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: How to Create Static numbers from a live formula

    This requires some VBA. It's not incredibly complicated but you would need to provide more details, ideally attach your workbook. In particular you need to define how you can tell "when the stock line has an items taken". The macro would detect when that condition occurs, then populate the cell by effectively calculating the value in the same way that the formula does.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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