Is it possible to have Excel do an equation whereby, in Column A you have a number, Column B you have a +, -, *, / etc and in Column C you have another number. I have tried a simple =A1&B1&C1 etc but this only pastes as texts and does not pick it up as if you entered that into a cell
So I have :
[table="width: 500"]
[tr]
[td]3[/td]
[td]*[/td]
[td]5[/td]
[td]=A1&B1&C1[/td]
[/tr]
[/table]
What I want is
[table="width: 500"]
[tr]
[td]3[/td]
[td]*[/td]
[td]5[/td]
[td]15[/td]
[/tr]
[/table]
So I have :
[table="width: 500"]
[tr]
[td]3[/td]
[td]*[/td]
[td]5[/td]
[td]=A1&B1&C1[/td]
[/tr]
[/table]
What I want is
[table="width: 500"]
[tr]
[td]3[/td]
[td]*[/td]
[td]5[/td]
[td]15[/td]
[/tr]
[/table]
Last edited: