Forum Discussion

Ruya16's avatar
Ruya16
Copper Contributor
Oct 17, 2023
Solved

Trying to combine two text function (Two cells)

Hi Everyone,

 

I am trying to write a function for a cell (in Column " Comments" that will give me an output " 2 off 12 m Lengths". For this function, there are two cells for the text to be included, R84 & AC84.

 

This is the current function I have in the cell now and as you can see it is not giving me the required output. For some reason it is not including the Value "12". 

 

Could anyone please help me with this irritating issue.

 

 

    • Ruya16's avatar
      Ruya16
      Copper Contributor
      Thank you so much! such a simple thing and I couldn't even figure it out 😕
      • Lorenzo's avatar
        Lorenzo
        Silver Contributor

        Ruya16 

        You're welcome. You were not far. Your mistake was TEXT(AC84,""). The fix is:

        =R84 & " off " & TEXT(AC84,"0") & " m length"

Resources