Hello everyone,
I'm abit in a pickle and would be grateful for some help.
My data:
[TABLE="width: 300"]
<tbody>[TR]
[TD]Issued
[/TD]
[TD]Answered
[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="102"></colgroup><tbody>
[TD="width: 102, align: right"]
<colgroup><col style="mso-width-source:userset;mso-width-alt:3730;width:77pt" width="102"> </colgroup><tbody>
[TD="width: 102, align: right"]31/05/2019
[/TD]
[TD="align: right"]31/05/2019
[/TD]
[TD="align: right"]07/06/2019
[/TD]
[TD="align: right"]28/06/2019
[/TD]
[TD="align: right"]28/06/2019
[/TD]
</tbody>
[/TD]
</tbody>[/TD]
[TD]
<colgroup><col style="mso-width-source:userset;mso-width-alt:3510;width:72pt" width="96"> </colgroup><tbody>
[TD="width: 96, align: right"]31/05/2019[/TD]
[TD="align: right"]01/06/2019[/TD]
[TD="align: right"]07/06/2019[/TD]
[TD="align: right"]30/06/2019[/TD]
[TD="align: right"]01/07/2019[/TD]
</tbody>[/TD]
[TD]
<colgroup><col style="mso-width-source:userset;mso-width-alt:2742;width:56pt" width="75"> </colgroup><tbody>
[TD="width: 75, align: right"]0
[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]0
[/TD]
</tbody>[/TD]
[/TR]
</tbody>[/TABLE]
So i got survey coming out only on weekdays (issued), but responses might come out on weekends (answered). I would like to have "Result" column as formula to capture results only for "June". My attempts : =IF([@Answered]< MAX([Issued],1,0) wont reach last day of the June, and just comparing months wont capture anything sent month before.
Is there better approach to this to really capture all dates to the end of the month, when last days of the month (from 28 to 31st) are weekends?<max([issued] wont="" reach="" last="" day="" of="" the="" june,="" and="" just="" comparing="" months="" capture="" anything="" sent="" month="" before.
</max([issued]>
I'm abit in a pickle and would be grateful for some help.
My data:
[TABLE="width: 300"]
<tbody>[TR]
[TD]Issued
[/TD]
[TD]Answered
[/TD]
[TD]Result
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="102"></colgroup><tbody>
[TD="width: 102, align: right"]
<colgroup><col style="mso-width-source:userset;mso-width-alt:3730;width:77pt" width="102"> </colgroup><tbody>
[TD="width: 102, align: right"]31/05/2019
[/TD]
[TD="align: right"]31/05/2019
[/TD]
[TD="align: right"]07/06/2019
[/TD]
[TD="align: right"]28/06/2019
[/TD]
[TD="align: right"]28/06/2019
[/TD]
</tbody>
</tbody>
[TD]
<colgroup><col style="mso-width-source:userset;mso-width-alt:3510;width:72pt" width="96"> </colgroup><tbody>
[TD="width: 96, align: right"]31/05/2019[/TD]
[TD="align: right"]01/06/2019[/TD]
[TD="align: right"]07/06/2019[/TD]
[TD="align: right"]30/06/2019[/TD]
[TD="align: right"]01/07/2019[/TD]
</tbody>
[TD]
<colgroup><col style="mso-width-source:userset;mso-width-alt:2742;width:56pt" width="75"> </colgroup><tbody>
[TD="width: 75, align: right"]0
[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]0
[/TD]
</tbody>
[/TR]
</tbody>[/TABLE]
So i got survey coming out only on weekdays (issued), but responses might come out on weekends (answered). I would like to have "Result" column as formula to capture results only for "June". My attempts : =IF([@Answered]< MAX([Issued],1,0) wont reach last day of the June, and just comparing months wont capture anything sent month before.
Is there better approach to this to really capture all dates to the end of the month, when last days of the month (from 28 to 31st) are weekends?<max([issued] wont="" reach="" last="" day="" of="" the="" june,="" and="" just="" comparing="" months="" capture="" anything="" sent="" month="" before.
</max([issued]>
Last edited: