I've been at this all day and could really use some fresh eyes. I'm trying to create an automated journal entry form for our accounting department. I have a sheet populated with 20 different standard journal entries. All are identified by a number and include 2 columns:
1-description, 2-account number
All of the journal entries have at least 2 rows and some have more if many different account numbers are involved. Example:
Entry # Description Acct #
1 Transfer from AB 605
Transfer to CD 210
2 Cash received 121
Accrued interest 210
Interest income 620
On my journal entry form, I'd like the user to choose the journal entry # from a dropdown box and have the description and account # auto-populate on the form in separate columns.
Any ideas? I've thought of offset, lookups, index, match and just can't come up with anything that will work. It may just not be possible, but I would appreciate you all taking a look.
1-description, 2-account number
All of the journal entries have at least 2 rows and some have more if many different account numbers are involved. Example:
Entry # Description Acct #
1 Transfer from AB 605
Transfer to CD 210
2 Cash received 121
Accrued interest 210
Interest income 620
On my journal entry form, I'd like the user to choose the journal entry # from a dropdown box and have the description and account # auto-populate on the form in separate columns.
Any ideas? I've thought of offset, lookups, index, match and just can't come up with anything that will work. It may just not be possible, but I would appreciate you all taking a look.