Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


networkn

Networkn
32365 posts

Uber Geek

ID Verified
Trusted
Lifetime subscriber

#113154 8-Jan-2013 12:18
Send private message

Hi There!

I am looking to create some documents for helping customers setup some devices which their particular information will change each document. 

I want it to be as quick as possible for us to generate but as clear as possible for the customer. 

I did consider doing an excel with an information key, which could be converted to PDF, but it seems messy. 

Any ideas?

Create new topic
lurker
831 posts

Ultimate Geek

Lifetime subscriber

  #741559 8-Jan-2013 12:39
Send private message

I did something like this a while ago, basically a bunch of lookup tables used in conjunction with the CONCATENATE command. I can't remember how I did it precisely, but basically the variable text obtained through the lookups is concatenated with the constant stuff. My document was a technical one where you'd enter the file being worked on and it basically it generated a step by step document with all the correct parameters specific to that file.



networkn

Networkn
32365 posts

Uber Geek

ID Verified
Trusted
Lifetime subscriber

  #741560 8-Jan-2013 12:40
Send private message

lurker: I did something like this a while ago, basically a bunch of lookup tables used in conjunction with the CONCATENATE command. I can't remember how I did it precisely, but basically the variable text obtained through the lookups is concatenated with the constant stuff. My document was a technical one where you'd enter the file being worked on and it basically it generated a step by step document with all the correct parameters specific to that file.


Yah that is what I want. Would you be willing to share it?

lurker
831 posts

Ultimate Geek

Lifetime subscriber

  #741583 8-Jan-2013 13:18
Send private message

Those documents are with my previous employer.
But something along these lines:

You have a cell with the value that determines the text
eg E2="rick"

Then you have a table with all your variable data, eg from A2 to B4 this:
    A         B
2  baxter  vodka
3  rick      cola
4  jordan  juice

Then you'd use VLOOKUP in a CONCATENATE command to string things together:

CONCATENATE("I'd like a ",VLOOKUP(E2,A2:B4,2,FALSE)," please")

Result="I'd like a cola please"

Hopefully that's a good starting point for you...




sidefx
3716 posts

Uber Geek

Trusted

  #741622 8-Jan-2013 13:59
Send private message

Maybe LaTeX if you're adventurous (it's a long time since I used it, but it worked well when I last did) or if not I think Word mail merge can output documents?




"I was born not knowing and have had only a little time to change that here and there."         | Octopus Energy | Sharesies
              - Richard Feynman


Create new topic





News and reviews »

Gen Threat Report Reveals Rise in Crypto, Sextortion and Tech Support Scams
Posted 7-Aug-2025 13:09


Logitech G and McLaren Racing Sign New, Expanded Multi-Year Partnership
Posted 7-Aug-2025 13:00


A Third of New Zealanders Fall for Online Scams Says Trend Micro
Posted 7-Aug-2025 12:43


OPPO Releases Its Most Stylish and Compact Smartwatch Yet, the Watch X2 Mini.
Posted 7-Aug-2025 12:37


Epson Launches New High-End EH-LS9000B Home Theatre Laser Projector
Posted 7-Aug-2025 12:34


Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.