full disclosure, I am using power query in Excel. I also don't know if what I want to do is possible or practical.
We have a client that forces us to use a web portal to invoice them. Unfortunately for us, this web portal is terrible. we have to select their reference numbers out of the portal and for most of our loads (we are in trucking), we will need two reference numbers. The idea is supposed to be specific identification , but it doesn't really work that way and instead we select reference numbers based upon dates (our loads show completion on date X so we attempt to grab two reference numbers from date X. If not enough are available we will grab others around that date. long story short, we regularly get wrapped around the axle and billing is very difficult. I am trying to sort out and arrange everything up front before we begin billing. I have built a bot to do the actual billing for us, but I still have to get everything outlined first.
My question: I have a table with a list of transactions on it. Each transaction has a date. Each transaction will require two reference numbers. On another table I have a list of reference numbers that also have a date. The count of reference numbers required and count of reference numbers available is pretty much always different. I would like to be able to merge the available reference numbers to available spots without duplicating any numbers. Once this is done I can do an anti join to then get a list of unassigned reference numbers that I can arbitrarily assign as required.
Has anyone done any thing like this before? If so, how would you go about it if you thin kit was possible?
We have a client that forces us to use a web portal to invoice them. Unfortunately for us, this web portal is terrible. we have to select their reference numbers out of the portal and for most of our loads (we are in trucking), we will need two reference numbers. The idea is supposed to be specific identification , but it doesn't really work that way and instead we select reference numbers based upon dates (our loads show completion on date X so we attempt to grab two reference numbers from date X. If not enough are available we will grab others around that date. long story short, we regularly get wrapped around the axle and billing is very difficult. I am trying to sort out and arrange everything up front before we begin billing. I have built a bot to do the actual billing for us, but I still have to get everything outlined first.
My question: I have a table with a list of transactions on it. Each transaction has a date. Each transaction will require two reference numbers. On another table I have a list of reference numbers that also have a date. The count of reference numbers required and count of reference numbers available is pretty much always different. I would like to be able to merge the available reference numbers to available spots without duplicating any numbers. Once this is done I can do an anti join to then get a list of unassigned reference numbers that I can arbitrarily assign as required.
Has anyone done any thing like this before? If so, how would you go about it if you thin kit was possible?