How can I generate a General Ledger code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several company numbers (e.g. 3), account numbers (e.g. 9999) and
dept numbers (e.g. 5) - how can I read arrays of these numberbers to generate
GL codes in the format "3-999-5"?
 
Hi
how are the original numbers stored in Excel?.
You may use a formula such as
=A1 & "-" & B1 & "-" & C1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top