Converting feet to yards within a column

C

Christina

I am trying to make column c a function. I need to convert feet to yards. I
need to enter numbers in feet from B2 to B23 and in column c I need those
numbers converted to yards from C2 to C23.
 
E

Elkar

Can you just divide by 3? In C2 enter:

=B2/3

Copy the formula down through C23.

HTH,
Elkar
 
Top