How to prevent a certain character being entered into a google docs/spreadsheet cell?

StackOverflow https://stackoverflow.com/questions/21088433

  •  27-09-2022
  •  | 
  •  

I would like to have a rule on a group of cells on a google spreadsheet which prevents the user from typing a comma into the cell.

How do I achieve this?

有帮助吗?

解决方案

Right click, select data validation, select text, choose does not contain and enter a comma.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top