Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe it's late and this is a simple answer, but I'm stumped.
In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I want to drag this down the cell rows, keeping C2 as a constant. I can't seem to get it to not change, even with the Ctrl key. Do I have to go in and do a manual change to each cell, or is my brain locked? Help! Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Nov 14, 1:43 pm, KJG wrote:
Maybe it's late and this is a simple answer, but I'm stumped. In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I want to drag this down the cell rows, keeping C2 as a constant. I can't seem to get it to not change, even with the Ctrl key. Do I have to go in and do a manual change to each cell, or is my brain locked? Help! Thanks. Have you tried this already: {=IF('Test Cycle Tracker'!N3="R", $C$2, 0)} hth Carlo |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =IF('Test Cycle Tracker'!N3="R", $C$2, 0) On Tue, 13 Nov 2007 20:43:00 -0800, KJG wrote: Maybe it's late and this is a simple answer, but I'm stumped. In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I want to drag this down the cell rows, keeping C2 as a constant. I can't seem to get it to not change, even with the Ctrl key. Do I have to go in and do a manual change to each cell, or is my brain locked? Help! Thanks. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try absolute addressing. $C$2 makes it constant.
$C2 makes the column constant and row changes as dragged down. C$2 makes the row constant and the column changes as dragged across. Regards, OssieMac "KJG" wrote: Maybe it's late and this is a simple answer, but I'm stumped. In cell C3, I have the formual {=IF('Test Cycle Tracker'!N3="R", C2, 0)}. I want to drag this down the cell rows, keeping C2 as a constant. I can't seem to get it to not change, even with the Ctrl key. Do I have to go in and do a manual change to each cell, or is my brain locked? Help! Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I drag a formula keeping cells the same but changing sheets | Excel Worksheet Functions | |||
drag formula faster | Excel Discussion (Misc queries) | |||
Drag formula down | Excel Worksheet Functions | |||
Drag Formula Until ( ) | Excel Discussion (Misc queries) | |||
How do i "drag" a formula? | New Users to Excel |