View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default Converting feet to yards within a column

Can you just divide by 3? In C2 enter:

=B2/3

Copy the formula down through C23.

HTH,
Elkar


"Christina" wrote:

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.