AVERAGEIF With ROUNNDUP or CEILING Function

jski21

Board Regular
Joined
Jan 2, 2019
Messages
157
Office Version
  1. 2016
Platform
  1. Windows
Good day Mr. Excel Team,

Using this formula with success:

=(AVERAGEIF(E17:P17,">0",E17:P17)*$U$4)

Basically averaging everything above zero and then multiplying by a factor ($U$$4).


Attempting to add a CEILING or ROUNDUP function but I keep getting a ""You've entered too few arguments" error:

=CEILING(AVERAGEIF(E17:P17,">0",E17:P17)*$U$4),100)


I've never combined these two functions previously...probably a minor oversight but would appreciate a look see and assistance. Thanks.



jski
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
You opened 2parenthesis and closed 3....
=CEILING((AVERAGEIF(E17:P17,">0",E17:P17)*$U$4),100)
 
Upvote 0
Solution
Thought I did this already :(. Minor oversight was right. And so were you. Thanks arthurbr!
 
Upvote 0

Forum statistics

Threads
1,226,112
Messages
6,189,041
Members
453,521
Latest member
Chris_Hed

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top