Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Round up this formula

Hello,

Will someone help me with this? I need to change this formula so it will
round up to the next whole number:

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",G48*C49))

Thanks for the help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Round up this formula

Maybe this

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",ROUNDUP(G4 8*C49,0)))

Mike

"Jim" wrote:

Hello,

Will someone help me with this? I need to change this formula so it will
round up to the next whole number:

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",G48*C49))

Thanks for the help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Round up this formula

Mike,

this did not work. I tried chanding it up a little with no success. Any
other thoughts?

Thanks
Jim



"Mike H" wrote:

Maybe this

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",ROUNDUP(G4 8*C49,0)))

Mike

"Jim" wrote:

Hello,

Will someone help me with this? I need to change this formula so it will
round up to the next whole number:

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",G48*C49))

Thanks for the help.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Round up this formula

This formula should work

=round(IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",ROUN DUP(G48*C49,0))),0)
--
Tammy


"Jim" wrote:

Mike,

this did not work. I tried chanding it up a little with no success. Any
other thoughts?

Thanks
Jim



"Mike H" wrote:

Maybe this

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",ROUNDUP(G4 8*C49,0)))

Mike

"Jim" wrote:

Hello,

Will someone help me with this? I need to change this formula so it will
round up to the next whole number:

=IF(ISERROR(G48*C49),"",IF(G48*C49=0,"",G48*C49))

Thanks for the help.

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
How not to round a formula Janet Excel Discussion (Misc queries) 9 September 6th 07 03:28 AM
Round up Formula Help Richard Excel Discussion (Misc queries) 3 October 1st 06 08:58 PM
How do i round up the sum of a formula ian Excel Discussion (Misc queries) 2 May 28th 06 04:47 AM
How do I NOT round off in a formula Sierra_07 Excel Worksheet Functions 4 October 13th 05 01:30 AM
formula to round up? John Excel Worksheet Functions 2 June 13th 05 11:29 PM


All times are GMT +1. The time now is 05:21 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"