View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Krista F Krista F is offline
external usenet poster
 
Posts: 5
Default insert a symbol into a function cell

Thanks Gord - any reason why I can no longer format the values to 2 decimal
places? I am returned 429.48689375 ± 470.313519234978 even though the cells
on both sheets are specified as number, 2 decimal places...




"Gord Dibben" wrote:

Krista

Add it to the formula.

=text(sheet2!a1,"general")&CHAR(177)&text(sheet2!a 2,"general")


Gord Dibben MS Excel MVP

On Wed, 7 Mar 2007 15:41:13 -0800, Krista F
wrote:

Thanks Martin,

That works with "+" but I am actually trying to insert the symbol "±".
Seems once you invoke the function (=) feature the use of symbols or special
characters is prohibited?


"Martin Fishlock" wrote:

Try using this =text(sheet2!a1,"general")&"+"&text(sheet2!a2,"gen eral")
--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"Krista F" wrote:

I am trying to merge two cells together from a different worksheet with the
values separated by the plus/minus symbol into one cell. I would also like
to retain the auto-update portion of if those values change in that sheet
they will in this new worksheet as well...

For clarity, I am trying to merge a mean and sd from two separate columns...
Using Excel 07 - Any suggestions would be super!