#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Rounding to 2

I am using this formula that works very good because If there is no number it
does not show. But the problem that I have right now is that the formula
needs to round to 2 spaces. because there other formulas that calculate the
total base on this one.

=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260,U626,1) ,"") I try to do:
=Round(=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260, U626,1),""),2) but I get
the word "Value"


Thanks

Frances


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Rounding to 2

One way:

=IF(COUNT(K626,Q626),"",ROUND(K626*Q626*IF(U6260, U626,1),2))

In article ,
Frances C wrote:

I am using this formula that works very good because If there is no number it
does not show. But the problem that I have right now is that the formula
needs to round to 2 spaces. because there other formulas that calculate the
total base on this one.

=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260,U626,1) ,"") I try to do:
=Round(=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260, U626,1),""),2) but I get
the word "Value"


Thanks

Frances

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Rounding to 2

Delete the '=' before the IF
=Round(IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260,U 626,1),""),2)

Regards,
Ryan--

--
RyGuy


"Frances C" wrote:

I am using this formula that works very good because If there is no number it
does not show. But the problem that I have right now is that the formula
needs to round to 2 spaces. because there other formulas that calculate the
total base on this one.

=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260,U626,1) ,"") I try to do:
=Round(=IF(COUNT(K626,Q626)=2,K626*Q626*IF(U6260, U626,1),""),2) but I get
the word "Value"


Thanks

Frances


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
Rounding Alison Excel Discussion (Misc queries) 1 September 14th 07 02:56 AM
IF take 2 (ROUNDING) Neil Pearce Excel Discussion (Misc queries) 3 July 20th 07 02:26 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding ynissel Excel Discussion (Misc queries) 2 July 5th 05 07:42 PM
Rounding LaraHubbs Excel Discussion (Misc queries) 2 June 21st 05 09:42 PM


All times are GMT +1. The time now is 12:04 PM.

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

About Us

"It's about Microsoft Excel"