Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steve
 
Posts: n/a
Default rounding down another cell with a formula

cell j34 - =IF(Input!K150,AVERAGE(J22+J33)/2,"")

This part works ok, putting the number in cell j34, or nothing.
However, I need the cell in j35 to rounddown 2 places the value in j34 if
it's 0, but also put nothing the j35 if there's nothing in j34.

I'm trying by using the =ROUNDDOWN(J34,2), but I'm getting an error.

Any help would be appreciated.

Thanks,

Steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default rounding down another cell with a formula

Try

=IF(J34="","",ROUNDDOWN(J34,2)

Also the AVERAGE in the other formula seems superfluous.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Steve" wrote in message
...
cell j34 - =IF(Input!K150,AVERAGE(J22+J33)/2,"")

This part works ok, putting the number in cell j34, or nothing.
However, I need the cell in j35 to rounddown 2 places the value in j34 if
it's 0, but also put nothing the j35 if there's nothing in j34.

I'm trying by using the =ROUNDDOWN(J34,2), but I'm getting an error.

Any help would be appreciated.

Thanks,

Steve



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
wjohnson
 
Posts: n/a
Default rounding down another cell with a formula


This seemed to work:
=IF(Input!K150,ROUNDDOWN((J22+J33)/2,2),"")


--
wjohnson
------------------------------------------------------------------------
wjohnson's Profile: http://www.excelforum.com/member.php...o&userid=29640
View this thread: http://www.excelforum.com/showthread...hreadid=498724

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steve
 
Posts: n/a
Default rounding down another cell with a formula

Thanks guys,

Both worked nicely. So simple. Boy, do I feel stoopid.

Thanks again,

Steve

"wjohnson" wrote:


This seemed to work:
=IF(Input!K150,ROUNDDOWN((J22+J33)/2,2),"")


--
wjohnson
------------------------------------------------------------------------
wjohnson's Profile: http://www.excelforum.com/member.php...o&userid=29640
View this thread: http://www.excelforum.com/showthread...hreadid=498724


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
Text in formula bar is not displaying in cell Mike Excel Discussion (Misc queries) 0 August 29th 05 09:47 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
looking for a formula Amanda Excel Worksheet Functions 5 January 5th 05 07:37 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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