+ Reply to Thread
Results 1 to 3 of 3

Adjusting entire column of formulas by adding additional cell reference

  1. #1
    Registered User
    Join Date
    02-05-2014
    Location
    Prague, Czech Republic
    MS-Off Ver
    Excel 2010, Excel 2016
    Posts
    72

    Adjusting entire column of formulas by adding additional cell reference

    Hi everybody,

    I would like to ask you, whether you would know if there is any way how to adjust formulas in a selected range (e.g. entire column).

    I've got sheet of a range approximately 800 x 50 cells and I would like to multiply formula in each of the cells by flags (located in another sheet). So, something like this operation:

    instead of
    =L228
    =L229
    .
    .
    .

    I would like to have
    ='Flags quarterly'!L27*L228
    ='Flags quarterly'!L27*L229
    .
    .
    .
    .

    Thanks a lot for any advice!

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Adjusting entire column of formulas by adding additional cell reference

    Attach a sample workbook. 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.
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Adjusting entire column of formulas by adding additional cell reference

    Hi
    I suppose you need VBA
    Use this code in a module VBA
    Please Login or Register  to view this content.
    Notes:
    You can't undo so you must save your work before use
    Pay attention to string you want add. For example $L$7* when applied to a cell that has a formula =A1+B1 gives you =$L$7*A1+B1
    To use you must select all cells you want change
    In VBA immediate window write Change_Formulas and press ENTER
    In the input box enter the string to add to formula without the sign equal

    I hope this helps you

+ 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. Replies: 6
    Last Post: 06-29-2016, 09:36 PM
  2. Replies: 3
    Last Post: 06-28-2014, 07:04 AM
  3. how to stop auto adjusting formulas when insert reference column
    By mystockpick in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-01-2014, 11:47 PM
  4. Adding additional cells in IF formulas
    By JakeMann in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-20-2012, 06:59 AM
  5. [SOLVED] Excel 2007 : adding new cell reference to existing formulas
    By LegionLord in forum Excel General
    Replies: 5
    Last Post: 05-08-2012, 12:15 PM
  6. adjusting comment box size for an entire column
    By darkhorse4321 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2010, 10:36 AM
  7. Adding additional rows & auto-applying formulas
    By ajxxx in forum Excel General
    Replies: 1
    Last Post: 11-26-2008, 12:35 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