Forum Discussion
danz120488
Aug 28, 2020Copper Contributor
IF function for cells with strikethrough
Hi all,
I wonder if anyone here would know how to do this. As per the subject, I happen to have a couple cells with strikethrough that I need to use in an IF function. The argument should be:
If cell X has a strikethrough, I want the formula to return A, otherwise (if false) then it should be B.
Thanks and regards,
Daniel
I've entered the following formula in your cell F2 and copied it to H2 and L2,
=FILTER($A$2:$B$13,$C$2:$C$13=F1,"None")
The result is this
Go check it out
2 Replies
Sort By
- Ramiz_AssafIron Contributor
this has been answered in another forum
here is the link
I implemented it for you in the following sheet
- danz120488Copper Contributor
Works like magic Ramiz_Assaf , thanks!