if statement/formula by font, is it possible

smakatura

Board Regular
Joined
May 27, 2011
Messages
141
Good morning.

I am expecting the answer to this question to be no based my current knowledge but someone her may have better advise.

I want to do an concatenate with an if. something that looks at a2 to see if the font is "strike thorough" and if it is then don't include in the concatenate, if it is not "strike through", include in the concatenate.

I wrote a formula below with parts of if statement are not proper wording but I hope it gives a better idea of what Is in my head


HTML:
=if(format(a2)<>strikethougth, concatenate(a2,b2,c2), concatenate(b2,c2)
 
Last edited:

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
It would require either VBA or an XL4 macro function(GET.CELL(23, ...)). Either way, it would need to be a macro-enabled workbook.
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,698
Members
453,747
Latest member
tylerhyatt04

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top