About 48,400 results
Open links in new tab
  1. How to keep one variable constant with other one changing with row …

    207 Lets say I have one cell A1, which I want to keep constant in a calculation. For example, I want to calculate a value like this: =(B1+4)/(A1) How do I make it so that if I drag that cell to make a …

  2. Prevent cell numbers from incrementing in a formula in Excel

    I have a formula in Excel that needs to be run on several rows of a column based on the numbers in that row divided by one constant. When I copy that formula and apply it to every cell in the range, all of …

  3. Keep absolute reference even when inserting rows in Excel 2007

    I have a spreadsheet where I want cell formula to always look at a specific cell, even if rows or columns are inserted and the specific cell moves. Effectively, I always want to look at the 'top' c...

  4. How to keep excel formula consistent with inserting new columns

    Feb 25, 2019 · You can use the INDIRECT function coupled with ADDRESS, ROW, and COLUMN. In your stated example, let's assume your "MONTH TOTAL" formula is in D2 and currently contains …

  5. excel formula - Keep data in a column headed by the TODAY () …

    Feb 2, 2025 · You can't. By definition, formulas get re-calculated. The Today () function specifcally is volatile and will update each time any cell on in the workbook changes. If you want to keep the date …

  6. Excel: keep formula even if I delete row - Stack Overflow

    May 29, 2017 · Excel: keep formula even if I delete row Asked 8 years, 7 months ago Modified 8 years, 7 months ago Viewed 3k times

  7. How to keep constant a value in n cells in Excel and changing it after ...

    Feb 2, 2021 · I would like to keep a value constant in 4 cells in excel and then to change it by adding a fixed value and keep the new value for 4 more cells constant. In the following code you can see the …

  8. Change variable horizontally in excel formula - Stack Overflow

    Jul 1, 2013 · I can keep the the bottom variable constant by using the $ symbol but when I want to extend the formula to additional cells, the top variable does not change horizontally, rather vertically.

  9. Keep cell constant Excel - Stack Overflow

    Mar 20, 2017 · Your excel is not high! Go to file and select options. Select formulas and untick "R1C1 reference style" as shown in screen shot below: Or, if you prefer R1C1 style, you can just change the …

  10. How can I keep references to changing spreadsheet constant?

    Sep 26, 2019 · I have 2 columns in a sheet that are referencing another dynamic sheet which has new rows added at the top all the time. I want column A to be a copy of column A in Sheet1, so this works …