Home |
Search |
Today's Posts |
#11
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for all your help, but I've managed to achieve the effect I want using
the SUMIF function. So what I now have is: Range("E2").Select Range(Selection, Selection.End(xlDown)).Name = "Values" Range("F2").Select Range(Selection, Selection.End(xlDown)).Name = "Column" Sheets("YTD Totals").Select Range("E8").Select ActiveCell.FormulaR1C1 = "=SUMIF(Column,""Search"",Values)" ActiveCell.Offset(1, 0).Select ActiveCell.FormulaR1C1 = "=SUMIF(Column,""Application"",Values)" Thank you once again for all your help - you've gone beyond the call of duy on this one. MMH |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Applying users to site/names | Excel Worksheet Functions | |||
Applying Named Ranges to Existing Formulas | Excel Discussion (Misc queries) | |||
Applying range names to existing formulas in separate worksheets | Excel Discussion (Misc queries) | |||
Defining identical names that represent different ranges of cells | Excel Discussion (Misc queries) | |||
Applying Formulas to Visible Cells Only | Excel Discussion (Misc queries) |