Forum Discussion
Vincent Santini
Nov 27, 2017Copper Contributor
Automatic Input of data based on if cells have color in them or not
I am having trouble trying to come up with a function or IF statement that will input an "x" in a cell on the side indicating that the row has a colored cell in it. The colored cells already have con...
BETHANY LYONS
Feb 07, 2018Copper Contributor
how would I do that? I just typed in if(that_formula,"X","") into the next cell, but nothing is happening :)
Willy Lau
Feb 07, 2018Iron Contributor
I am sorry, I misunderstood.
Try to put the following in the Column M
=IF(SUMPRODUCT(($A1:$K1>=TODAY()-730)*($A1:$K1<=TODAY()+45)),"X","")