Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I run a small health related business where I see clients and file insurance
claims for payment. I keep an Excel workbook with worksheets for each client that track dates of service, client name/number and dates of payment by the insurance company. Client Name Client Number/DOS Insurance Paid Jones, Kendra 0205/20091012 Smith, G. 0316/20090925 Obama, B 0001/20090915 I download payment vouchers from the insurance company and they will reference the Client Number/DOS. I'd like to have the dowloaded data update my spreadsheet for the client. That is, I'd like for the "Insurance Paid" column to fill in the date of payment from the dowloaded data when it recognizes the Cilent Number/DOS. I would keep the downloaded data in a seperate worksheet in the same workbook. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As it looks like the Client Number/DOS is an unique idtenfier, you could use
the VLOOKUP function. See the XL help file for further detail, but something like: =VLOOKUP(B2,Table_Of_Data,2,FALSE) Note that the third arguement indicates which column of info to return from the Table_Of_Data, so you may need to adjust this. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "markjoyus" wrote: I run a small health related business where I see clients and file insurance claims for payment. I keep an Excel workbook with worksheets for each client that track dates of service, client name/number and dates of payment by the insurance company. Client Name Client Number/DOS Insurance Paid Jones, Kendra 0205/20091012 Smith, G. 0316/20090925 Obama, B 0001/20090915 I download payment vouchers from the insurance company and they will reference the Client Number/DOS. I'd like to have the dowloaded data update my spreadsheet for the client. That is, I'd like for the "Insurance Paid" column to fill in the date of payment from the dowloaded data when it recognizes the Cilent Number/DOS. I would keep the downloaded data in a seperate worksheet in the same workbook. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
bookkeeping-payment confirmation | Excel Discussion (Misc queries) | |||
where can I get a weekly bookkeeping template | Excel Discussion (Misc queries) | |||
Personal accounting/bookkeeping in Excel | Excel Discussion (Misc queries) |