+ Reply to Thread
Results 1 to 8 of 8

How to Freeze specific ranges in Formula all together

  1. #1
    Registered User
    Join Date
    04-25-2013
    Location
    New delhi
    MS-Off Ver
    Excel 2007
    Posts
    50

    How to Freeze specific ranges in Formula all together

    Hello All

    I want to freeze the formulas (F4) in whole column in Microsoft Excel, Is it possible to freeze together, not to freeze one by one. I freeze it one by one but that's actually a pain when you have hundreds of formulas to freeze.

  2. #2
    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
    53,048

    Re: How to Freeze specific ranges in Formula all together

    Hi and welcome to the forum

    Im not entirely sure I understand your question, but if you are talking about absoluting a cell/range ($), then maybe this will help...

    $ is used to absolute a cell reference, locking it so that when copied, it doesnt change.. it comes in 3 different "flavors...

    $A$1 absolutes the entire cell reference, it will not chance when copied down or across
    $A1 absolutes only the column, "A" will not change when copied across, but "1" WILL change when copied down
    A$1 absolutes only the row, "1" will not change when copied down, but "A" will change when copied across
    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

  3. #3
    Registered User
    Join Date
    04-25-2013
    Location
    New delhi
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: How to Freeze specific ranges in Formula all together

    Hi Ford

    Thanks for your reply

    However am looking for way which can help to put the absolute in all the formulas for specific range in one go, as if I have hundreds of rows with similar formula then its so irritating to freeze the formula individually in every column or rows

  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
    53,048

    Re: How to Freeze specific ranges in Formula all together

    Sounds like you are indeed talking about absoluting? Once you get the formula sorted out with the necessary absoluting, you dont need to change it for every row, you just copy it down/across. If it is not working when you do that, then maybe you dont have the absoluting applied properly?

    Can you provide a few examples?

  5. #5
    Registered User
    Join Date
    04-25-2013
    Location
    New delhi
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: How to Freeze specific ranges in Formula all together

    Hi Ford

    Got your point but just for example I have attached the excel sheet, wherein "Result Data" I want to capture the stock value from "Source Data", in this case I have to drag the formula horizontally and vertically both as I want to freeze the product name for every individual column pertaining to specific shop code
    Attached Files Attached Files

  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
    53,048

    Re: How to Freeze specific ranges in Formula all together

    Im not entirely sure what you are trying to do, but I *think* this will give you what you want?

    =IFERROR(INDEX('Source Data'!$G$3:$X$5,MATCH($C4,'Source Data'!$D$3:$D$5,0),MATCH('Result Data'!F$3,'Source Data'!$G$3:$X$3,0)),"")

  7. #7
    Registered User
    Join Date
    04-25-2013
    Location
    New delhi
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: How to Freeze specific ranges in Formula all together

    Thanks a Lot Ford It Works, you have saved lot of my time

    Once again Thanks a ton

  8. #8
    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
    53,048

    Re: How to Freeze specific ranges in Formula all together

    Happy to help and thanks for the feedback

+ 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. Freeze Panes - Can I freeze a specific set of cells?
    By Rosco88 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-15-2013, 09:17 AM
  2. Pulling ranges and freeze the way they are
    By mattress58 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-24-2013, 10:22 AM
  3. Replies: 2
    Last Post: 08-29-2013, 10:56 AM
  4. Replies: 2
    Last Post: 04-12-2012, 11:26 AM
  5. Replies: 4
    Last Post: 11-13-2009, 09:26 AM

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