Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all, I am new to excel, so pardon my ignorance. I did a search, but
still can't figure this out: 1. Suppose I have many rows of dates: "MAY99", "JUN99", etc. Each row always referes to the third Friday of the month. I want to add a column to the file: the number of days from the starting day. So if we set the starting date to be 05/01/99, for the row of "MAY99", let's say the third Friday of MAY of 1999 is May 20th. Then for this new column, the entry for the new column is 20. (Ideally, I want to count in business days, rather than calendar days) How can I do that? 2. In other language, to acess certain row of an array is easy: A[i], I can do a loop on i. For example: i = 1,4,7,10,etc. But how can I do this in excel/VBA? Let's say I want to refer to cell A1, A4, A7, A10, etc? (as in VBA: i write "A8" not "A[8]" where "8" can cange, so i find it hard. Thanks a lot, appreciate your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Array element | Excel Worksheet Functions | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
UDF to reference a specific element in an array | Excel Programming | |||
Array element | Excel Programming |