hello everyone
i am trying to find if the following is even possible with excel and if so where might be a good place to start looking to figure it out.
basically without getting into much details i am looking for the following, i assume this would be a macro or vba or something like that.
you start the program/macro
it pulls in information from 3 separate sources
source 1 customer info for 1 district
source 2 customer info for 2 district
source 3 vendor information
so it pulls in source 1 info, adds and replaces route info example source file says route: for a column and lists a vendor as 1234, it adds 5555- to every route listed in source one and replaces the vendor number of 1234 with 5555-1234
then it does the same thing to source 2 put puts in 5556- to every route number.
then it sorts both sources by
route and then address
then finds address's on there more than once or address's with a quantity of more than 1
it then outputs this info by vendor and route to a separate file either a doc or pdf for printing.
so the outputted file would be a list broken down by vendor and route (some vendors have multiple routes) of any address that had more than 1 account or a draw of more than 1.
the third source is used in determining the name to put on the output file based on the route info, which is basically all its needed for on this.
i have other things i need to do as well but i think its best to have each task be a separate program/macro/etc instead of an all in one.
so is this possible? and if so where would i start to learn how to accomplish this as fast as possible.
thanks
ryan
i am trying to find if the following is even possible with excel and if so where might be a good place to start looking to figure it out.
basically without getting into much details i am looking for the following, i assume this would be a macro or vba or something like that.
you start the program/macro
it pulls in information from 3 separate sources
source 1 customer info for 1 district
source 2 customer info for 2 district
source 3 vendor information
so it pulls in source 1 info, adds and replaces route info example source file says route: for a column and lists a vendor as 1234, it adds 5555- to every route listed in source one and replaces the vendor number of 1234 with 5555-1234
then it does the same thing to source 2 put puts in 5556- to every route number.
then it sorts both sources by
route and then address
then finds address's on there more than once or address's with a quantity of more than 1
it then outputs this info by vendor and route to a separate file either a doc or pdf for printing.
so the outputted file would be a list broken down by vendor and route (some vendors have multiple routes) of any address that had more than 1 account or a draw of more than 1.
the third source is used in determining the name to put on the output file based on the route info, which is basically all its needed for on this.
i have other things i need to do as well but i think its best to have each task be a separate program/macro/etc instead of an all in one.
so is this possible? and if so where would i start to learn how to accomplish this as fast as possible.
thanks
ryan