jordiejones
New Member
- Joined
- May 5, 2010
- Messages
- 31
Hey all, I have a formula that splits a persons height from its unit of measure (in,cm,m) it’s intention is to be flexible to quickly capture the metric from different data sources. When I started working on if I used IFS but some of our data entry people are on older versions of Excel. Is there a way to say IF( A2 is only “m” then A1, then IF SEARCH A2 finds *in* CONVERT(A1,”in”,”m”) then IF SEARCH A2 finds *cm* CONVERT(A1,”cm”,”m”).
the problem I ran into is I can figure out how to get it to differentiate between the JUST “m” vs “*cm*. Any help would be greatly appreaciated.
the problem I ran into is I can figure out how to get it to differentiate between the JUST “m” vs “*cm*. Any help would be greatly appreaciated.