Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(R80,TEXT(R8,"+####"),R8) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Outapin" wrote in message ... Hi, I have this formula: =IF(R80,CONCATENATE("+",R8),R8) and the results shows me for example: +11.6 but what I really want to show is +12. I've been trying to put the "Round" function at a few places in the formula but it doesn't work. The closest I got was with this formula: =ROUND(IF(R80,CONCATENATE("+",R8),R8),0) where it showed me 12, without the "+" sign before.... Can anyone help me ? Thanks -- Outapin ------------------------------------------------------------------------ Outapin's Profile: http://www.excelforum.com/member.php...o&userid=29278 View this thread: http://www.excelforum.com/showthread...hreadid=491949 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA function for "Mean" using Array as argument | Excel Worksheet Functions | |||
An Inquirey on the Round function | Excel Worksheet Functions | |||
how do i set up round function | Excel Worksheet Functions | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |