how to solve this in excel

Daif_h

New Member
Joined
Apr 20, 2014
Messages
4
Hello everyone, i've stumbled with this small puzzle:

you have to arrange the numbers from 1 to 9 to make this horizontally and vertically correct:

---- + ---- + ---- = 15
---- + ---- + ---- = 16
---- + ---- + ---- = 14
= = =
16 15 14

i've already solved it with trying some possibilities, but then i asked my self if i can make a formula that can mathematically solve it, and from there depending on excel in doing that..
i won't bother you with reading the formulas that i've wrote (4 pages till now) and i'm starting with 9 variables which is very complicated :oops:
and maybe it's good to know that i'm not expert neither in excel nor math, really hope that someone of you have the time to guide me through this
and Happy Easter
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Did it manually in five minutes:

654
781
329

<colgroup><col style="width:48pt" span="3" width="64"> </colgroup><tbody>
</tbody>

Just used Excel to check my totals and kept swapping numbers until they matched the desired result. :)

Doesn't help you to automate the process, though ... ;)
 
Upvote 0
in principle it has something from Sudoku... solving it is not the problem though... keep the ideas coming ;)
 
Upvote 0
AliGW... yes your answer don't help with the process but it proved that there is more than one solution for this puzzle
cause it's differ than my solution (which i don't remember :p but the 9 was in the other corner)
keep the ideas coming
 
Upvote 0
AliGW... yes your answer don't help with the process but it proved that there is more than one solution for this puzzle
cause it's differ than my solution (which i don't remember :p but the 9 was in the other corner)
keep the ideas coming

Well, there will be several solutions, I'm sure.

Could have been this:

924
187
653

<colgroup><col style="width:48pt" span="3" width="64"> </colgroup><tbody>
</tbody>
 
Upvote 0
This is what I'm using to solve it manually:

9
2415=SUM(A1:C1)
18716=SUM(A2:C2)
65314=SUM(A3:C3)
161514
=SUM(A1:A3)=SUM(B1:B3)=SUM(C1:C3)

<tbody>
</tbody>
 
Upvote 0
still no formula, come on guys work with me :coffee:
show me some excel solver, the IF ... something....
i started with x + z + y = 15 and then to get rid of the possibility of any of the variables equal zero i thought of:
(1+x) + (1+y) + (1+z) = 15 and that's equal x+y+z= 13 and so on...
keep the ideas coming
 
Upvote 0

Forum statistics

Threads
1,215,561
Messages
6,125,542
Members
449,236
Latest member
Afua

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