Converting feet to yards within a column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Can you just divide by 3? In C2 enter:

=B2/3

Copy the formula down through C23.

HTH,
Elkar
 
Back
Top