Here is my dilemma,
I need a date returned for a set of certain criteria:
In a cell in worksheet "invoice" I need this date based off of data in worksheet "roster".
A row in worksheet "roster" contains a single text character in 31 consecutive columns with headers labled 1-31
If a cell contains an "o" I need the header number it falls under to correspond with the month and year this billing cycle falls under, which is listed in cells above the headers. (ex. January is entered in A1 and 2011 is entered in A2)
I also need the month that is entered in A1 to return its number instead of it's name (ex. January=1, February=2, March=3,...)
I need the cell in worksheet "invoice" to read in the format of 1/1/2011 based on the above criteria.
Any help or direction would be appreciated.
I need a date returned for a set of certain criteria:
In a cell in worksheet "invoice" I need this date based off of data in worksheet "roster".
A row in worksheet "roster" contains a single text character in 31 consecutive columns with headers labled 1-31
If a cell contains an "o" I need the header number it falls under to correspond with the month and year this billing cycle falls under, which is listed in cells above the headers. (ex. January is entered in A1 and 2011 is entered in A2)
I also need the month that is entered in A1 to return its number instead of it's name (ex. January=1, February=2, March=3,...)
I need the cell in worksheet "invoice" to read in the format of 1/1/2011 based on the above criteria.
Any help or direction would be appreciated.