I need to examine a content string and determine if there is a comma present.
Seems like the easiest thing in the world, but I'm really stumped at the moment.
I will add the formula I'm currently using in the code window, along with my results.
It's the cell containing "1,000" that's giving me the problem...
Thanks in advance!
Seems like the easiest thing in the world, but I'm really stumped at the moment.
I will add the formula I'm currently using in the code window, along with my results.
It's the cell containing "1,000" that's giving me the problem...
Thanks in advance!
Rich (BB code):
=IF(COUNTIF(A1,",")>0,"A comma is present…","No comma found.")
[TABLE="width: 253"]
<colgroup><col width="150" style="width: 113pt; mso-width-source: userset; mso-width-alt: 5485;"> <col width="187" style="width: 140pt; mso-width-source: userset; mso-width-alt: 6838;"> <tbody>[TR]
[TD="width: 150, bgcolor: transparent"],[/TD]
[TD="width: 187, bgcolor: transparent"]A comma is present…[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a[/TD]
[TD="bgcolor: transparent"]No comma found.[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"],[/TD]
[TD="bgcolor: transparent"]A comma is present…[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]1,000[/TD]
[TD="bgcolor: transparent"]No comma found.
[/TD]
[/TR]
</tbody>[/TABLE]