Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, If Ive called a1:a10 "home" and b1:b10 "result". Then in vba Ive
used ' X = Application.WorksheetFunction.CountIfs(Range("home "), "Norwich", Range("result"), "H") ' which works perfect. What ive been trying though is to call a1:b10 AllData, then refer to the colums. Im trying this because in reality my table of data is infact alot bigger. Ive got as far as Range("AllData").column(2).select which works. Been trying X = Application.WorksheetFunction.CountIfs(Range("AllD ata").columns(1), "Norwich", Range("AllData").columns(2), "H"). Can this be done, or do I name my columns seperatly. Thankyou Regards Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting email address names in a range of cells to real names | Excel Worksheet Functions | |||
Create range names with names in column heading | Excel Programming | |||
COPYING FORMULA CONTAINING NAMES/RELATIVE RANGE NAMES | Excel Discussion (Misc queries) | |||
Is there a way to give range names (especially with relative reference) for series names and series values in Excel 2007 graphs? | Excel Programming | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) |