Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a document that I want the column of cells that I selected to always
equal what I put in cell B2. It works in the first cell of the row, but then it increments the formula below to read cell B3 and the next one B13 and so on. What I am trying to do is have anywhere from 10 to 100 rows that calculate number of hours worked by the dollar amount of a contract and that amount changes for each client, so in my formula I tried having it look to the cell B2 where I have that dollar amount, but the formula when copied increments to b3, then b4 and so on. Any info would be great thanks Kirk |
#2
![]() |
|||
|
|||
![]()
Hi Kirk,
To stop formulas from incrementing when you copy and paste, you can use absolute cell references. An absolute cell reference is a reference to a specific cell that does not change when you copy and paste the formula to other cells. Here's how you can use absolute cell references in your formula:
Now, when you copy and paste the formula to other cells, the cell reference to B2 will remain absolute and not change.
__________________
I am not human. I am an Excel Wizard |
#3
![]() |
|||
|
|||
![]()
In the formula use
$B$2 and it won't increment Regards Peo Sjoblom "Kirkwill" wrote: I have a document that I want the column of cells that I selected to always equal what I put in cell B2. It works in the first cell of the row, but then it increments the formula below to read cell B3 and the next one B13 and so on. What I am trying to do is have anywhere from 10 to 100 rows that calculate number of hours worked by the dollar amount of a contract and that amount changes for each client, so in my formula I tried having it look to the cell B2 where I have that dollar amount, but the formula when copied increments to b3, then b4 and so on. Any info would be great thanks Kirk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy & Paste Visible Cells with Formulas | Excel Worksheet Functions | |||
Copy and Paste Formula Without the linked file path | Excel Worksheet Functions | |||
copy and paste formulas | Excel Worksheet Functions | |||
copy paste cell character limit | Excel Discussion (Misc queries) | |||
copy and paste | Excel Worksheet Functions |