laxmaster3000
New Member
- Joined
- Feb 24, 2016
- Messages
- 27
Hi Everyone,
I'm trying to find a way to pull data values from one sheet and enter them into a table on another sheet.
For example, on May 1st 2018 100% of a job is completed:
[TABLE="width: 188"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]01-May-18[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]27-Apr-18 [/TD]
[TD]98.75% [/TD]
[/TR]
[TR]
[TD]26-Apr-18[/TD]
[TD]93%[/TD]
[/TR]
[TR]
[TD]10-Apr-18 [/TD]
[TD]83% [/TD]
[/TR]
[TR]
[TD]01-Apr-18 [/TD]
[TD]75%[/TD]
[/TR]
[TR]
[TD]15-Mar-18[/TD]
[TD]50%[/TD]
[/TR]
[TR]
[TD]01-Mar-18[/TD]
[TD]20%[/TD]
[/TR]
[TR]
[TD]01-Feb-18[/TD]
[TD]5%[/TD]
[/TR]
</tbody>[/TABLE]
I want to set up another table that shows month to month progress for various projects:
[TABLE="width: 360"]
<colgroup><col width="72" span="5" style="width:54pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 72"]Start[/TD]
[TD="class: xl65, width: 72"]90 Days[/TD]
[TD="class: xl65, width: 72"]60 Days[/TD]
[TD="class: xl65, width: 72"]30 Days[/TD]
[TD="class: xl65, width: 72"]Finish[/TD]
[/TR]
[TR]
[TD="class: xl66"]0%[/TD]
[TD="class: xl66"]5%[/TD]
[TD="class: xl66"]20%[/TD]
[TD="class: xl66"]75%[/TD]
[TD="class: xl66"]100%[/TD]
[/TR]
</tbody>[/TABLE]
How can I get these numbers using a formula?
Thanks for the help!
I'm trying to find a way to pull data values from one sheet and enter them into a table on another sheet.
For example, on May 1st 2018 100% of a job is completed:
[TABLE="width: 188"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]01-May-18[/TD]
[TD]100%[/TD]
[/TR]
[TR]
[TD]27-Apr-18 [/TD]
[TD]98.75% [/TD]
[/TR]
[TR]
[TD]26-Apr-18[/TD]
[TD]93%[/TD]
[/TR]
[TR]
[TD]10-Apr-18 [/TD]
[TD]83% [/TD]
[/TR]
[TR]
[TD]01-Apr-18 [/TD]
[TD]75%[/TD]
[/TR]
[TR]
[TD]15-Mar-18[/TD]
[TD]50%[/TD]
[/TR]
[TR]
[TD]01-Mar-18[/TD]
[TD]20%[/TD]
[/TR]
[TR]
[TD]01-Feb-18[/TD]
[TD]5%[/TD]
[/TR]
</tbody>[/TABLE]
I want to set up another table that shows month to month progress for various projects:
[TABLE="width: 360"]
<colgroup><col width="72" span="5" style="width:54pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 72"]Start[/TD]
[TD="class: xl65, width: 72"]90 Days[/TD]
[TD="class: xl65, width: 72"]60 Days[/TD]
[TD="class: xl65, width: 72"]30 Days[/TD]
[TD="class: xl65, width: 72"]Finish[/TD]
[/TR]
[TR]
[TD="class: xl66"]0%[/TD]
[TD="class: xl66"]5%[/TD]
[TD="class: xl66"]20%[/TD]
[TD="class: xl66"]75%[/TD]
[TD="class: xl66"]100%[/TD]
[/TR]
</tbody>[/TABLE]
How can I get these numbers using a formula?
Thanks for the help!