Share via

Trouble using CONVERSION function

Anonymous
2025-02-23T01:12:35+00:00

Hi, I'm trying to convert from inches to meters in Excel.

I can convert one cell successfully, but any attempts at converting an entire column just result in every cell looking the same, or an error bar when I drag down the first cell with the formula.

This is the formula I am trying to use: =CONVERT(K2:K1237,"in","m")

Does anybody have a better method at quickly applying a conversion formula to an entire column?

Microsoft 365 and Office | Excel | For education | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-02-24T01:46:06+00:00

    If you don't want to loop:

    Was this answer helpful?

    0 comments No comments
  2. Ashish Mathur 102K Reputation points Volunteer Moderator
    2025-02-23T03:35:21+00:00

    Hi,

    In cell B2, enter this formula

    =BYROW(A2:A5,LAMBDA(a,CONVERT(a,"in","m")))

    Hope this helps.

    Was this answer helpful?

    0 comments No comments