![]() |
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Dear BobBridges
Thanks for your great help and it is really useful. we would better to use VBA because a lot of data will involved. attached pls find the new question file which i actual face and solve. We need your expert help. The answer will show in column 13 to 18. also there is some head,neck involved instead of number. how to do thanks for your great help Tom |
|
#2
|
||||
|
||||
|
I think my solution last time was wrong. I thought you wanted it to calculate 5^(3 1/2), but you just want the superscripted part, 3.5. Then, if the superscript isn't a numeric value, you want back just the string without being changed. Is that right?
Still, you can modify my routine to make this work. Start by looking at the routine and see how it works. Then change it in this way: Detect whether the part of the text that is superscript can be viewed as a numeric value. 1) If it can, calculate the value (as I did), but return the superscript value rather than the base to that power. And 2) if it can't, don't do any calculation at all; just return the string. I realize you may not know how to modify or even look at a worksheet function, such as the one I wrote for you in my last post. If so, don't worry; just tell me how much you understand, and I'll explain how to go on from that place. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make any fraction look the same as the auto fraction | pintree3 | Word | 2 | 07-30-2013 12:49 PM |
Please Help for VBA Code for Attached File..
|
krishnaoptif | Word VBA | 3 | 07-17-2012 12:29 AM |
question in pictorial representation
|
gsrikanth | Excel | 1 | 03-02-2012 11:45 AM |
Outlook2003 - how to write attached file to folder
|
nodari | Outlook | 1 | 05-26-2011 08:51 AM |
| Hyperlink to attached file in email message | spino | Outlook | 0 | 08-05-2010 05:56 AM |