Beginner Here Trying to sent up automated Data Entry from Excel to our AP Invoice Module.
I have a spreadsheet that consist of Supplier, Invoice #, Invoice Value, Invoice Date, Gl Code, Gl Value.
There may be more then one GL Code and GL Value to post too. I did get this to work with 1 line and 3 GL Codes/Value.
What I need this to do is Check for Second GL Code, if NO, Post the entry and move to next line. if yes, enter GL Code and Value, Check for third GL Code, etc. All the GL Values must add to the Invoice Value.
Any Help would be greatly appreciated.
Automated Data Entry
Moderators: Dorian (MJT support), JRL
- CyberCitizen
- Automation Wizard
- Posts: 721
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
Re: Automated Data Entry
Should be easy enough with the if commands and just checking for input, how can you tell the data apart is it in a different field etc?
FIREFIGHTER
Re: Automated Data Entry
it's in excel just in different columns, supplier, invoice# invoice date, and value, gets entered first - and then a breakdown by gl code 1 gl value, gl code 2 gl value. some items could have one gl code to post to and other could have 3 or more. If I do one line it's works but more then one line it just keeps continuing with the next line and looping information into gl codes area. it needs to know when a line is finish and post it. then go to the next line.