Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hope someone can help with this issue.
I have a macro that is adding a person to an indexed range. Everything is successful in adding and redexing the Data range except....in the macro and for this test excercise I have a copy and paste from another cell in the worksheet of Dates the value of "1"into the Data range named Data. I have even left a blank column inbetween the Data range and the row index for the index formula [Tim Smith Example]. I was thinking that the blank column would set up my dynamic range well but instead I am getting the results [2nd Tim Smith Example]. Can anyone see what I am doing wrong? I assume it is something in the formula that I do not understand. Thanks in advance. 46 Row Tim Smith Index 0 1 =OFFSET(Dates!$E$3,0,0,COUNTA(Dates!$E:$E),COUNTA( Dates!$3:$3)) 46 Row Tim Smith Index 1 1 1 1 1 1 -- Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That wasn't helpful as I have already been to the help index.
Don Guillett wrote: Look in the help index for COUNTA to see your problem Hope someone can help with this issue. [quoted text clipped - 22 lines] 1 1 1 1 1 1 -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200802/1 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
46 Row
Tim Smith Index 1 1 1 1 1 1 I have no idea what that's supposed to represent.... Try this: =OFFSET(Dates!$E$3,0,0,COUNTA(Dates!$E$3:$E$65536) ,COUNTA(Dates!$E$3:$IV$3)) -- Biff Microsoft Excel MVP "Carrie_Loos via OfficeKB.com" <u34134@uwe wrote in message news:801fe075342aa@uwe... That wasn't helpful as I have already been to the help index. Don Guillett wrote: Look in the help index for COUNTA to see your problem Hope someone can help with this issue. [quoted text clipped - 22 lines] 1 1 1 1 1 1 -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200802/1 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Then it's not dynamic, right?
T. Valko wrote: 46 Row Tim Smith Index 1 1 1 1 1 1 I have no idea what that's supposed to represent.... Try this: =OFFSET(Dates!$E$3,0,0,COUNTA(Dates!$E$3:$E$65536 ),COUNTA(Dates!$E$3:$IV$3)) That wasn't helpful as I have already been to the help index. [quoted text clipped - 5 lines] 1 1 1 1 1 1 -- Message posted via http://www.officekb.com |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Then it's not dynamic, right?
T. Valko wrote: 46 Row Tim Smith Index 1 1 1 1 1 1 I have no idea what that's supposed to represent.... Try this: =OFFSET(Dates!$E$3,0,0,COUNTA(Dates!$E$3:$E$65536 ),COUNTA(Dates!$E$3:$IV$3)) That wasn't helpful as I have already been to the help index. [quoted text clipped - 5 lines] 1 1 1 1 1 1 -- Message posted via http://www.officekb.com |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Then it's not dynamic, right?
No, it's dynamic based on: Height = COUNTA(Dates!$E$3:$E$65536) Width = COUNTA(Dates!$E$3:$IV$3) -- Biff Microsoft Excel MVP "Carrie_Loos via OfficeKB.com" <u34134@uwe wrote in message news:802011fc3c66f@uwe... Then it's not dynamic, right? T. Valko wrote: 46 Row Tim Smith Index 1 1 1 1 1 1 I have no idea what that's supposed to represent.... Try this: =OFFSET(Dates!$E$3,0,0,COUNTA(Dates!$E$3:$E$6553 6),COUNTA(Dates!$E$3:$IV$3)) That wasn't helpful as I have already been to the help index. [quoted text clipped - 5 lines] 1 1 1 1 1 1 -- Message posted via http://www.officekb.com |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() COUNTA See Also Counts the number of cells that are not empty and -- Don Guillett Microsoft MVP Excel SalesAid Software "Carrie_Loos via OfficeKB.com" <u34134@uwe wrote in message news:801fe075342aa@uwe... That wasn't helpful as I have already been to the help index. Don Guillett wrote: Look in the help index for COUNTA to see your problem Hope someone can help with this issue. [quoted text clipped - 22 lines] 1 1 1 1 1 1 -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200802/1 |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yes, I see, thanks - Is there any other solution to a dynamic range? Since
the range is picking up 3 extra columns can I put another offset -3 somewhere? Don Guillett wrote: COUNTA See Also Counts the number of cells that are not empty and That wasn't helpful as I have already been to the help index. [quoted text clipped - 5 lines] 1 1 1 1 1 1 -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200802/1 |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
instead of counta( etc use
match(9999999,$3:$3)-5 and check by touching the f5 key and typing in the name of the defined range if text use "zzzzzzzzzz" -- Don Guillett Microsoft MVP Excel SalesAid Software "Carrie_Loos via OfficeKB.com" <u34134@uwe wrote in message news:802027b0c3f82@uwe... Yes, I see, thanks - Is there any other solution to a dynamic range? Since the range is picking up 3 extra columns can I put another offset -3 somewhere? Don Guillett wrote: COUNTA See Also Counts the number of cells that are not empty and That wasn't helpful as I have already been to the help index. [quoted text clipped - 5 lines] 1 1 1 1 1 1 -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200802/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to make a dynamic named range | Excel Discussion (Misc queries) | |||
Dynamic Named Range | Excel Discussion (Misc queries) | |||
Dynamic named range & Offset | Excel Discussion (Misc queries) | |||
Dynamic Named Range | Charts and Charting in Excel | |||
dynamic named range function | Excel Worksheet Functions |