79265458

Date: 2024-12-09 15:07:38
Score: 1.5
Natty:
Report link
  1. It looks like the issue is happening because Excel is trying to treat any cell that starts with === as a formula, which is causing the error

  2. You can loop through the cells and check if they start with = (which includes ===), and then add an apostrophe (') at the start to make sure Excel treats it as plain text instead of a formula

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: PSM