I'm using Excel 2003 and I have a worksheet as follows:
Mon/ / /Thu/ /
Mon/Tue/Wed/Thu/ /
Mon/Tue/Wed/Thu/ /
Mon/Tue/Wed/Thu/Fri/
Just so that you can understand I've written "Mon" four times just to indicate that it's a merged cell. The word "Mon" is only actually in cell A1 but the cell is merged from A1 to A4.
The same applies to "Tue" which is in B2:B4, and "Wed" which is in C2:C4, and "Thu" which is in D1
4. "Fri" is a single cell E4.
I'm writing a formula which will go in cells A5 to E5 which checks for the day of the week one cell above (i.e. A4 to E4).
However because the cells are merged it doesn't return the correct value except for "Fri".
How can I check if the cell above (i.e. A4 to E4) is part of a named range, and if it is then what is the value of the (first) cell?
Thanks,
May
Mon/ / /Thu/ /
Mon/Tue/Wed/Thu/ /
Mon/Tue/Wed/Thu/ /
Mon/Tue/Wed/Thu/Fri/
Just so that you can understand I've written "Mon" four times just to indicate that it's a merged cell. The word "Mon" is only actually in cell A1 but the cell is merged from A1 to A4.
The same applies to "Tue" which is in B2:B4, and "Wed" which is in C2:C4, and "Thu" which is in D1
I'm writing a formula which will go in cells A5 to E5 which checks for the day of the week one cell above (i.e. A4 to E4).
However because the cells are merged it doesn't return the correct value except for "Fri".
How can I check if the cell above (i.e. A4 to E4) is part of a named range, and if it is then what is the value of the (first) cell?
Thanks,
May