79347311

Date: 2025-01-11 00:37:05
Score: 2.5
Natty:
Report link

Here's a simple solution in Excel 365:

If your text is in cell A2,

then this formula:

=LET(x,MID(A2,SEQUENCE(LEN(A2)),1),CONCAT(IF(UNICODE(x)>1487,x,"")))

will remove the diacritics from the text

for example:

before:  בְּרֵאשִׁית

after: בראשית

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Meni Porat