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: ...
- Aug 28, 2020
this has been answered in another forum
here is the link
https://social.msdn.microsoft.com/Forums/en-US/b6f87e3c-fe87-4843-909d-a7ef6d2991e8/vba-excel-to-determine-if-a-partial-strikethrough-of-text-in-a-cell-is-true?forum=exceldev
I implemented it for you in the following sheet
Ramiz_Assaf
Aug 28, 2020Iron Contributor
this has been answered in another forum
here is the link
https://social.msdn.microsoft.com/Forums/en-US/b6f87e3c-fe87-4843-909d-a7ef6d2991e8/vba-excel-to-determine-if-a-partial-strikethrough-of-text-in-a-cell-is-true?forum=exceldev
I implemented it for you in the following sheet
- danz120488Aug 31, 2020Copper Contributor
Works like magic Ramiz_Assaf , thanks!