Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to be able to convert a calculation expressed as text in one
column into the answer in the next column. As a simple example, I would like to type "2 * 3" in column A and for "6" to then appear in column B. I will probably also need to do more complicated calculations such as "(6 + 7) * (3 + 3) as well. I tried to create a macro to achieve this, but the problem is that it was always specific to the row in which I was typing at the time the macro was created. Can anyone suggest a method? As a bonus question, rather than the "*" I would like to be able to type "x" in the text cell. I managed to achieve this in a macro by copying the text to column C, finding the "x"s and replacing them with "*"s within that and column D (because you can't find and replace within a single cell) but then ran into the problem above. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use of text and calculation in a formula | Excel Discussion (Misc queries) | |||
converting results from formula to text in a new column | New Users to Excel | |||
Converting text string back into a formula | Excel Discussion (Misc queries) | |||
what formula converting number to text in english or hindi in exl | Excel Worksheet Functions | |||
Sum formula result expressed as a date | Excel Discussion (Misc queries) |