- Joined
- Jun 11, 2011
- Messages
- 14
- Reaction score
- 2
Excel 16 / Win 10
I have a worksheet of my pharmacy data, like:
This works pretty well but I'd like to condense the resulting table to remove empty lines. What's a good way to do this?
tcebob
I have a worksheet of my pharmacy data, like:
Name | # | Dose | Date | etc.
Just outside of the table I have added a column to check off refills that I need, by entering "x." Next to that are columns to copy needed data for each checked item: Name | #| Date. Formulas in these columns enter the items from the worksheet if the item is checked. The object is to create a drugs shopping list. Typical formula: =IF($N5="x",B5,"").This works pretty well but I'd like to condense the resulting table to remove empty lines. What's a good way to do this?
tcebob