Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
DC
 
Posts: n/a
Default How do I use Roundup in a logical test in excel

I am entering a formula using a logical test in Excel. I want the results to
always round up to the next whole number. I am not able to get the "Roundup"
function to work. Any help would be appreciated.


  #2   Report Post  
Niek Otten
 
Posts: n/a
Default

What formula? What data? What results did you expect? What did you get
instead?

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"DC" wrote in message
...
I am entering a formula using a logical test in Excel. I want the results
to
always round up to the next whole number. I am not able to get the
"Roundup"
function to work. Any help would be appreciated.




  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Without your posting your formulae, it's impossible to help you with it
other than to say "look in Help".

Generally, you could wrap your existing formula with

=ROUNDUP(<existing formula, 0)

Alternatively:

=CEILING(<existing formula, 1)




In article ,
"DC" wrote:

I am entering a formula using a logical test in Excel. I want the results to
always round up to the next whole number. I am not able to get the "Roundup"
function to work. Any help would be appreciated.

  #4   Report Post  
CLR
 
Posts: n/a
Default

Something like this maybe?
It will give you a blank cell if the result is an error.

=IF(ISERR(ROUNDUP(IF(A1100,A1,""),0)),"",ROUNDUP( IF(A1100,A1,""),0))

Replace the IF statement with your formula, both places.......

Vaya con Dios,
Chuck, CABGx3



"DC" wrote in message
...
I am entering a formula using a logical test in Excel. I want the results

to
always round up to the next whole number. I am not able to get the

"Roundup"
function to work. Any help would be appreciated.




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
html to excel nellie Excel Discussion (Misc queries) 4 February 8th 05 10:37 PM
How to sort/update large excel db [email protected] Excel Discussion (Misc queries) 0 February 2nd 05 12:43 AM
Merge from Excel to Excel dalstar Excel Discussion (Misc queries) 3 January 30th 05 02:37 PM
Shortcut file fails to open JimH Excel Discussion (Misc queries) 3 January 15th 05 10:13 PM
pivotcell object to excel 2000 Kellyc Excel Discussion (Misc queries) 0 December 1st 04 03:45 PM


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

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"