Formula for standard error

I’m trying to work out standard error
(standard error = standard deviation/ √ sample size)

How would I go about doing that?

You can use a formula like

=STDEV(A1:A10)/SQRT(COUNT(A1:A10))