Forum Discussion
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
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
2 Replies
- Ramiz_AssafIron 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
- danz120488Copper Contributor
Works like magic Ramiz_Assaf , thanks!