Forum Discussion
junni92
Mar 15, 2019Copper Contributor
Copy a column when a if logic in adjacent cell is TRUE.Copied column should start from TRUE
hai, Background: 2columns, 1column is already coded to identify (date, as an input) in which month and year it falls and calculates the remaining days in that month and the no. of days in following ...
SergeiBaklan
Mar 23, 2019Diamond Contributor
junni92 , that could be
=IF(LEN(B5)=0,"",OFFSET($D5,-COUNTBLANK($B$5:$B5),0))
if I understood your logic correctly