Excel and algebra

gcwind

New Member
Joined
Feb 20, 2013
Messages
6
Hi,

I am trying to create a spread sheet that shows the algebra behind the brick wall problem.
[]
[][]
[][][]
[][][][] (these should be staggered, like bricks in a wall)

I would like to show how the algebra builds as you travel up the wall. e.g.

[3x+27]
[x+18][2x+9]
[13][x+5][x+4]
[8][5][x][4]

Is it possible to have something like an if statement that says if number and letter then letter plus number. ideally it would always rearrange to have the letter first

Thanks in advance for any help, hopefully my question is understandable

G.
 
Last edited:

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
What do all those numbers and expressions represent? What problem are you trying to solve?
 
Upvote 0
I am not looking for a solution per se, I am looking to have a tower/wall that will fill in the missing information.

So if i fill in the bottom row it will fill in the next one, using algebraic terms. I am trying to develope a teaching resource. The next step would possible be a find the answer, with a reveal but first i want something that shows how it is all built up
 
Upvote 0
OK, I don't have a clue what all those numbers mean or what you're trying to teach or reveal, but perhaps someone else does.
 
Upvote 0
How about this

Can i have something output so if A1 = 2 and B1 = a, i get a + 2, by adding those two cells?
 
Upvote 0
Hi

Excel and vba don't have a native algebra calculator. You'll have to code it yourself (or get one from a 3rd party).

It helps if you define restrictions.

For ex., using your example, can we say that there is only 1 variable and that in the bottom line all the values are just 1 number or the variable?
 
Upvote 0

Forum statistics

Threads
1,223,239
Messages
6,170,947
Members
452,368
Latest member
jayp2104

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