Error copying a formula
When I copy a cell and drag down to copy the result is always the same as the first cell, how is this possible?
ExcelExperts.comExcel Consultancy, VBA Consultancy, Training and Tips Call:+442081234832 |
|
Excel / VBA ConsultancyFree Training VideosFree SpreadsheetsExcel / VBA JobsNavigationWho's onlineThere are currently 0 users and 256 guests online.
New Excel Experts
Current Excel / VBA Jobs |
Error copying a formulaWhen I copy a cell and drag down to copy the result is always the same as the first cell, how is this possible? |
Highest Ranked Users
Recent Blogs
ForumsRecent comments
User login |
Error copying a formula
Fill in at least two cells, then copy them down. Excel will follow the trend. It will recognize if you want to increment your number for example. When you copy only the first cell, Excel does not know what you are up to.
Second case: if your first cell contains formula referring to other cells, it is about absolute referencing. This means that all copied cells are referring to the same (other) cells, which you probably don't want. If this is the case, in the first cell, remove dollar signs ($) from (other)cell reference, and copy formula down.
what happens when you
what happens when you calculate (press F9) ?
Excel Autofill Behavior
Drag down either copies either increments the dragged cell.
The default behavior may depend on some options, check them.
While dragging, hold the CONTROL key down to do the alternate behavior.
As it apppears quite hard to explain ;-)
I suggest you look for some videos.
Are your formulas relative or
Are your formulas relative or absolute?