geordie_ben
Board Regular
- Joined
- Jul 27, 2009
- Messages
- 122
I have an issue I'd like to run by the masses
I need to convert numbers to words.
So 100.09 becomes One Hundred Pounds and Nine Pence
I know there are multiple macros and plugins to allow this
My issue comes than I can't use any of these, as the Excel file will be passed through Conga, which ignores any macros or plugins.
I've thought of using a multi line IF statement, but I have a feeling I'd hit a limit as I'd need every penny option from 1p to £100,000
Another option would be a VLOOKUP, but if I add this to the Excel document, when Conga grabs the page it will also include all the iterations for the Vlookup as part of the PDF
Can anyone think of any other options?
I need to convert numbers to words.
So 100.09 becomes One Hundred Pounds and Nine Pence
I know there are multiple macros and plugins to allow this
My issue comes than I can't use any of these, as the Excel file will be passed through Conga, which ignores any macros or plugins.
I've thought of using a multi line IF statement, but I have a feeling I'd hit a limit as I'd need every penny option from 1p to £100,000
Another option would be a VLOOKUP, but if I add this to the Excel document, when Conga grabs the page it will also include all the iterations for the Vlookup as part of the PDF
Can anyone think of any other options?