Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to extract certain cells from a workbook that is generated by a
medical billing application. The exported sheet contains several 'sections' (customer appointments at the top, financial info for the day at the bottom. My problem is that the number of rows for appointments changes and also some cells in the rows may not contain data Customer Name ID# Action Bob Smith 1234 Teeth Cleaning Jane Smith 8475 Teeth Cleaning Fill cavity John Adams 9837 Routine Chekup ..... Total Billing for the day $12344 Total numer of cleaning 6 The 'Customer Name' label is always in the same cell on the report but I need to find the last customer transaction (so I can iterate through all the transactions and extract values from several clumns). I can use LastCell but that gives me the last non empty cell in the entire column. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding First Empty Cell in a Column | Excel Discussion (Misc queries) | |||
Finding First Empty Cell in a Column | Excel Discussion (Misc queries) | |||
Finding Column based on input, then first empty row | Excel Programming | |||
Finding Column based on input, then first empty row | Excel Programming | |||
Finding last non-empty column in row... | Excel Programming |