A2 12x12x12
A3 12X13X12
A4 12X18X21
I want to multiply it, the character X is creating issue.
How can I multiply these?
A2 12x12x12
A3 12X13X12
A4 12X18X21
I want to multiply it, the character X is creating issue.
How can I multiply these?
Maybe this?![]()
Please Login or Register to view this content.
Willem
English is not my native language sorry for errors
Please correct me if I'm completely wrong
Popipipo's solution would work fine if all cells contained three two-digit numbers separated by x's. If that's not the case, it will likely be easier to use VBA, specifically the Evaluate function. The good news is that using this method you can also do addition, subtraction and division (assuming you use the +, - and / characters). You could even convert this to a function to use as a formula in your spreadsheet rather than having to run a macro anytime your column A values change.
![]()
Please Login or Register to view this content.
Hi diy,
I saw this YouTube video a few weeks ago that gave me a hint for this magic answer at:
https://www.bing.com/videos/search?q...5&&FORM=VDRVRV
What it showed is that you can use the VBA "Evaluate" function in the Names Manager.
In the Names Manager I used "=EVALUATE(SUBSTITUTE(Sheet1!A2,"x","*"))" when in B2.
Now in B3 simply type "=Eval" and boom the answer appears. Magic??
See the attached
Evaluate in Named Range.xlsm
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
You could also use...
Then in B2 >> =nSum(A2)![]()
Please Login or Register to view this content.
HTH
Regards, Jeff
Yes, you are right Paul.
Last edited by diyVBA; 05-06-2020 at 12:14 PM.
Wrong thread, diyVBA? This is an older one of yours that doesn't seem to relate.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks