Converting Excel formula to Microsoft Works spreadsheet

Bob in Portage

New Member
Joined
Jul 12, 2002
Messages
2
I have an excel spreadsheet that I want to provide to someone who only has Microsoft Works spreadsheet available. Everything converts okay except the following formula:

=if(count(g8:g27)>=10,average(small(g8:g27,{1,2,3,4,5,6,7,8,9,10})))*0.96

Can someone give the equivalent Works spreadsheet formula?

Thanks.

Bob in Portage
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
You cite that your Excel formula is:

=if(count(g8:g27)>=10,average(small(g8:g27,{1,2,3,4,5,6,7,8,9,10})))*0.96

I think you need a comma and a value, say zero, between the last and the second-to-last parenthesis, so: ...8,9,10})),0)*0.96

In Works:
The "count" function is O.K. and the "average" function is AVG. But, there is no equivalent "small" function.

So, the basic, unsolved problem seems to be the creation of a method to obtain the 10 smallest values in the given range. Hopefully, some more knowledgeable person will post this method.
 
Upvote 0

Forum statistics

Threads
1,221,692
Messages
6,161,336
Members
451,697
Latest member
pedroDH

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