Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Outapin
 
Posts: n/a
Default ROUND Function with other function


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

  #2   Report Post  
Posted to microsoft.public.excel.misc
Erin Searfoss
 
Posts: n/a
Default ROUND Function with other function

This should work:
=IF(R80,CONCATENATE("+",ROUND(R8,0)),R8)

Or you may consider skipping the formula and just formatting R8 with custom
formatting like this:
"+"0;"-"0

"Outapin" wrote:


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


  #3   Report Post  
Posted to microsoft.public.excel.misc
Ragdyer
 
Posts: n/a
Default ROUND Function with other function

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA function for "Mean" using Array as argument ASokolik Excel Worksheet Functions 21 March 28th 06 10:05 PM
An Inquirey on the Round function PA Excel Worksheet Functions 6 November 18th 05 11:44 PM
how do i set up round function run superman Excel Worksheet Functions 1 October 6th 05 08:13 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 09:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"