Forum Discussion

Deleted's avatar
Deleted
Dec 10, 2017
Solved

not able to type number and text in same cell?

Hi experts while typing a number with a unit inside the cell, im getting an error massage, any idea what am i missing here?   Yossi while typing a number with a unit inside the cell, im g...
  • Haytham Amairah's avatar
    Dec 10, 2017

    Yossi,

     

    Replace this:

     

    =-117 dbm

     

    With this:

     

    =-117&" dbm"

     

    Any text string in a formula should enclose it with quotation marks like this: "dbm"

    If you want to combine a number and text you should use this operator: & between them.

     

Resources