SamAnnElizabeth
New Member
- Joined
- Mar 15, 2013
- Messages
- 34
I think I'm close to finally figuring out my issue and I think I need to use an array formula. The trouble is, I'm not too great at array formulas. Here's a simplified version of what I'm working on.
I have a sheet that has a list of programs down column A. Across row 1 I have the check dates when something about its progress needs to be filed. Here's a fictional example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Start[/TD]
[TD]Check 1[/TD]
[TD]Check 2[/TD]
[TD]Check 3[/TD]
[/TR]
[TR]
[TD]Program A[/TD]
[TD]1/25/13[/TD]
[TD]2/25/13[/TD]
[TD]4/25/13[/TD]
[TD]6/25/13[/TD]
[/TR]
[TR]
[TD]Program B[/TD]
[TD]2/13/13[/TD]
[TD]3/13/13[/TD]
[TD]4/3/13[/TD]
[TD]6/13/13[/TD]
[/TR]
[TR]
[TD]Program C[/TD]
[TD]4/26/13[/TD]
[TD]7/26/13[/TD]
[TD]8/13/13[/TD]
[TD]1/14/14[/TD]
[/TR]
[TR]
[TD]Program D[/TD]
[TD]7/8/13[/TD]
[TD]7/15/13[/TD]
[TD]7/22/13[/TD]
[TD]7/29/13[/TD]
[/TR]
</tbody>[/TABLE]
There is no consistent progression. What I'm trying to do is find a way to create a list of the upcoming checks with a 'This Week', and 'Next Week' out look. I'd like it to look like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]This Week[/TD]
[TD]Next Week[/TD]
[/TR]
[TR]
[TD]Program A[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Program B[/TD]
[TD][/TD]
[TD]Check 2[/TD]
[/TR]
[TR]
[TD]Program C[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Program D[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there an automated way I can get 'Check 2' to appear in that box by using an array? I've tried to figure it out, but I'm lousy at them. I've asked this question before but I think I have a slightly better grasp on it now.
I have a sheet that has a list of programs down column A. Across row 1 I have the check dates when something about its progress needs to be filed. Here's a fictional example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Start[/TD]
[TD]Check 1[/TD]
[TD]Check 2[/TD]
[TD]Check 3[/TD]
[/TR]
[TR]
[TD]Program A[/TD]
[TD]1/25/13[/TD]
[TD]2/25/13[/TD]
[TD]4/25/13[/TD]
[TD]6/25/13[/TD]
[/TR]
[TR]
[TD]Program B[/TD]
[TD]2/13/13[/TD]
[TD]3/13/13[/TD]
[TD]4/3/13[/TD]
[TD]6/13/13[/TD]
[/TR]
[TR]
[TD]Program C[/TD]
[TD]4/26/13[/TD]
[TD]7/26/13[/TD]
[TD]8/13/13[/TD]
[TD]1/14/14[/TD]
[/TR]
[TR]
[TD]Program D[/TD]
[TD]7/8/13[/TD]
[TD]7/15/13[/TD]
[TD]7/22/13[/TD]
[TD]7/29/13[/TD]
[/TR]
</tbody>[/TABLE]
There is no consistent progression. What I'm trying to do is find a way to create a list of the upcoming checks with a 'This Week', and 'Next Week' out look. I'd like it to look like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]This Week[/TD]
[TD]Next Week[/TD]
[/TR]
[TR]
[TD]Program A[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Program B[/TD]
[TD][/TD]
[TD]Check 2[/TD]
[/TR]
[TR]
[TD]Program C[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Program D[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is there an automated way I can get 'Check 2' to appear in that box by using an array? I've tried to figure it out, but I'm lousy at them. I've asked this question before but I think I have a slightly better grasp on it now.