
"Excel Help please" Topic
3 Posts
All members in good standing are free to post here. Opinions expressed here are solely those of the posters, and have not been cleared with nor are they endorsed by The Miniatures Page.
Please do not use bad language on the forums.
For more information, see the TMP FAQ.
Back to the Computer Stuff Plus Board
Areas of InterestGeneral
Featured Hobby News Article
Featured Link
Featured Ruleset
Featured Showcase Article Well, they're certainly cheap...
Featured Workbench Article A guide to how Stronty Girl paints piebald and skewbald horses.
Current Poll
Featured Book Review
|
Please sign in to your membership account, or, if you are not yet a member, please sign up for your free membership account.
| Xintao | 11 Feb 2013 11:58 a.m. PST |
I've been tasked with tracking the location of (lets says Widgets) The widgets(with Unique ID's) location can change every day. Several hundred at a time. Basically we would have a master sheet that would need to be updated daily with the location of the widgets. To go into the sheet, one widget at a time and change the location would be a monumental task, on a daily basis. So is there a way to create a snapshot of the existing location, then import lists of the changes? To overwrite the previous location? We can scan the widgets as they move, into text or excel sheets. I know this is really DB territory, but I have to work with what I got. Thanks for any advice. Xin |
Saber6  | 11 Feb 2013 12:46 p.m. PST |
If you have 2 speadsheets (master and current locations) you could do a VLOOKUP to get the current location of the widget. Then Copy and Paste Special (Values) to voerwrite the location in the master. PM if you need more ideas |
| Nick Bowler | 12 Feb 2013 3:04 a.m. PST |
Are you comfortable writing excel macros? If so, I would write a macro that would import a text file in a fixed format into a new spreadsheet, and then read through the imported data updating your master spreadsheet with the correct data. It would be under a day to program if you have the experience -- a lot longer if you need to learn as you go. |
|