Fun and interesting challenge

daniels012

Well-known Member
Joined
Jan 13, 2005
Messages
5,219
:biggrin: :biggrin: :biggrin: :biggrin:
Try to use as many formulas as you can to get the simple result of:
:LOL: :LOL:
A1 =4
A2 =5
A3 =2
A4 =5
A5 =1
A6 =0
A7 =0
A8 =6
A9 =2
A10 =1
A11 = "=SUM(A1:A10)" 'which the result is 26

Let's have some fun with it!! :eek: :eek: :eek:

An example to get the idea started would be:
=ROUND(SUM(A1:A10),0)
this gives the exact same result using 2 formulas...

Use as many formulas as you can without changing the value of the result 26.


(y)
Hve Fun!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
=PRODUCT(QUOTIENT(SUMPRODUCT(--(ISNUMBER(A1:A10)),A1:A10),COLUMN(M1)),ROW(13:13))
 
I think I have to stop and do some work now because this is getting silly......
My contribution:
Code:
=ROUND(SUM(MOD(COUNT(A1:A10), MAX(A1:A10)+A1),PRODUCT(COLUMN(A:A),SUMPRODUCT(--ISNUMBER(A1:A10),A1:A10,--ISERROR(((CODE(TEXT(A1:A10,"0")))/MIN(A1:A10)))),LOG(LARGE(A1:A10,A1),A1)-INT(AVEDEV(A1:A10))),FACT(A1),SQRT(A1)),0)

19 unique functions! I might be able to slip the quotient and/or row functions in there too.....

If you evaluate this formula you will see it has been *highly* modified for the numbers given.

(y)
Andrew

{edited formula so it is no longer an array formula}
 
Code:
=AVERAGE(ROUND(SUM(MOD(CHOOSE(1,(COUNT(A1:A10))),MAX(A1:A10)+A1),PRODUCT((COLUMN(A:A)),SUMPRODUCT(--ISNUMBER(A1:A10),A1:A10,--ISERROR(((CODE(TEXT(A1:A10,"0")))/FLOOR(MIN(A1:A10),1)))),LOG(LARGE(A1:A10,A1),A1)-INT(AVEDEV(A1:A10))),FACT(A1),CEILING(SMALL(ABS(SQRT(A1)),1),1)),0))+(INT(RAND()*POWER(ODD(PI()*A1),0))+(INDIRECT("A"&ROW(A1))-A1))

I think that's 31 different functions :LOL:
 
Lewiy,
That looks awesome :eek: :eek: , now I need to go test it :oops:

:LOL: :LOL: :LOL:
I new this would be fun :wink:

Michael

{ :rolleyes: edited: that indeed did the trick Lewiy :rolleyes: }
 

Forum statistics

Threads
1,214,632
Messages
6,120,655
Members
448,975
Latest member
sweeberry

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