Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a formula[=COUNTIFS(Data!H$3:Data!H$200,1)] in cell c2 that references
another worksheet. I want to paste this formula in column C from c2:c200. I need for the numbers to stay the same but I need for the Letter cell reference to increase from one cell to the next. What is the method of having that happen vertically? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=COUNTIFS(INDIRECT("Data!R3C" & (ROW()+6) & ":" & "R200C" & (ROW()+6),0),1) "Kcope8302" wrote: I have a formula[=COUNTIFS(Data!H$3:Data!H$200,1)] in cell c2 that references another worksheet. I want to paste this formula in column C from c2:c200. I need for the numbers to stay the same but I need for the Letter cell reference to increase from one cell to the next. What is the method of having that happen vertically? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can you explain the equation as I will have to manipulate to more than one
column. Thanks "Sheeloo" wrote: Try =COUNTIFS(INDIRECT("Data!R3C" & (ROW()+6) & ":" & "R200C" & (ROW()+6),0),1) "Kcope8302" wrote: I have a formula[=COUNTIFS(Data!H$3:Data!H$200,1)] in cell c2 that references another worksheet. I want to paste this formula in column C from c2:c200. I need for the numbers to stay the same but I need for the Letter cell reference to increase from one cell to the next. What is the method of having that happen vertically? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas that reference cells that reference another cell | Excel Discussion (Misc queries) | |||
Semi-automating the generation of multiple cell range names | Excel Discussion (Misc queries) | |||
absolute cell reference A spreadsheet cell reference that does no | Excel Discussion (Misc queries) | |||
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. | Excel Worksheet Functions | |||
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable | Excel Worksheet Functions |