schang_825
Board Regular
- Joined
- Feb 19, 2010
- Messages
- 66
Hi all,
This seems like it would be a rather simple problem, but for some reason, I can't seem to figure this out. I am currently working on a new high rise condiminium project, with approximately 488 units that need to be inspected. I created a schedule, with the dates across Row 7 and the times (ex: 8am, 9 am, 10 am, etc.) down Column C. The unit number will be entered into the cell that correlates to the time and date that unit will be inspected.
In another sheet, I have a table of all the unit numbers that details other information. In one column, I want to be able to enter the date it will be inspected. What I want to happen is to have this date populate automatically from the Schedule sheet. I tried using an Index/Match formula, but because the array sizes are different, it doesn't seem to be working.
This is the formula I used:
=INDEX(Schedule!$D7:$CJ7, MATCH(G209,Schedule!$D9:$CJ23,0))
Can anyone help me out with this??
Thanks in advance!
This seems like it would be a rather simple problem, but for some reason, I can't seem to figure this out. I am currently working on a new high rise condiminium project, with approximately 488 units that need to be inspected. I created a schedule, with the dates across Row 7 and the times (ex: 8am, 9 am, 10 am, etc.) down Column C. The unit number will be entered into the cell that correlates to the time and date that unit will be inspected.
In another sheet, I have a table of all the unit numbers that details other information. In one column, I want to be able to enter the date it will be inspected. What I want to happen is to have this date populate automatically from the Schedule sheet. I tried using an Index/Match formula, but because the array sizes are different, it doesn't seem to be working.
This is the formula I used:
=INDEX(Schedule!$D7:$CJ7, MATCH(G209,Schedule!$D9:$CJ23,0))
Can anyone help me out with this??
Thanks in advance!