2006-10-19 01:41 AM
2006-10-19 09:46 PM
vincon2 wrote:Hi Jeff,
I know of no way to tell Excel to convert alphabet and number combinations into numbers only. ie, 30'-6" cannot be converted within Excel to 30.5 except manually, which if that is the only way to accomplish my goal, then exporting the schedule to excel is a futile effort because manually changing the volume of numbers I have would be absurd.
2006-10-19 10:14 PM
Karl wrote:Karl,
Excel can do anything, including what you want, because you can program it (and any other MS Office app) using Visual Basic.
2006-10-19 11:00 PM
Karl wrote:Hey Karl,vincon2 wrote:Hi Jeff,
I know of no way to tell Excel to convert alphabet and number combinations into numbers only. ie, 30'-6" cannot be converted within Excel to 30.5 except manually, which if that is the only way to accomplish my goal, then exporting the schedule to excel is a futile effort because manually changing the volume of numbers I have would be absurd.
Please (and others) sign your real name to your messages per netiquette if you don't mind... At least I know who you are.🙂
Excel can do anything, including what you want, because you can program it (and any other MS Office app) using Visual Basic. Attached is a spreadsheet with a custom function I just wrote called FFItoFeet() that will convert the combined feet and inches string into a decimal feet number. Hope it helps. You can copy the module into any other spreadsheet for use there.
Cheers,
Karl
2006-10-20 12:10 AM
Karl wrote:I can't find the formula, when I hit "F11" a chart pops up. Where do I find the formula?vincon2 wrote:Hi Jeff,
I know of no way to tell Excel to convert alphabet and number combinations into numbers only. ie, 30'-6" cannot be converted within Excel to 30.5 except manually, which if that is the only way to accomplish my goal, then exporting the schedule to excel is a futile effort because manually changing the volume of numbers I have would be absurd.
Please (and others) sign your real name to your messages per netiquette if you don't mind... At least I know who you are.🙂
Excel can do anything, including what you want, because you can program it (and any other MS Office app) using Visual Basic. Attached is a spreadsheet with a custom function I just wrote called FFItoFeet() that will convert the combined feet and inches string into a decimal feet number. Hope it helps. You can copy the module into any other spreadsheet for use there.
Cheers,
Karl
2006-10-20 04:31 AM
vincon2 wrote:Not F11, but Alt-F11 (alt key). Yes, F11 is autochart. Alt-F11 brings up the Visual Basic environment.
I can't find the formula, when I hit "F11" a chart pops up. Where do I find the formula?
Do I just paste the formal in the adjacent cell, reference the cell that needs conversion and then do a copy drag to get the formula to apply to all the related cells?
2009-06-20 09:15 PM
2009-06-20 10:01 PM
Geof wrote:You're welcome. I had forgotten that I had written this ... said I was on meds in the macro comments, so I guess I was a bit out of it both memory wise and because the code did not handle fractions, even though "FFI" means "feet and FRACTIONAL inches". Duh.
Very handy Karl, thanks. Have you or has anyone else made a module that will convert fractional inches as well as feet? 7 3/4" will not translate using this module, for example.
2009-06-20 10:03 PM
2009-06-20 10:04 PM