excel - Add extra text to cell of has text otherwise leave blank -


i want able add specific word(s) start of excel cells text if text in cell otherwise show nothing. example: cell a1 says - name john doe. want if text has been entered add "my" name john doe. if cell empty don't display word "my"

i plan concatenate several cells form string sentence struggling 1 part of puzzle.

summary, if cell has text display text start otherwise don't display. thanks

please try =if(isblank(a1),"","my "&a1)

so18263709 example

see =if.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -