My data looks like this:
Med RX#
Amoxicillin 0.00
Ampcillin 0.00
VITAMIN 3 CAP 444.4
BACITRACIN 123.4
FAMOTIDINE 352.3
THIAMINE 444.4
CYANOCOBALAMIN 444.4
Dorzolamine 0.00
FAMOTIDINE 352.3
I need the data to appear like this:
Amoxicillin 0.00
_______________________________________________
Ampcillin 0.00
_______________________________________________
BACITRACIN 123.4
_______________________________________________
CYANOCOBALAMIN 444.4
THIAMINE 444.4
VITAMIN 3 CAP 444.4
_______________________________________________
Dorzolamine 0.00
_______________________________________________
FAMOTIDINE 352.3
FAMOTIDINE 352.3
So...if the RX number <> 0.00 I need the meds grouped together but can't figure out how to do that. Can you help me with this please? Then I will need to sort the meds alphabetically like above. Thank you
Med RX#
Amoxicillin 0.00
Ampcillin 0.00
VITAMIN 3 CAP 444.4
BACITRACIN 123.4
FAMOTIDINE 352.3
THIAMINE 444.4
CYANOCOBALAMIN 444.4
Dorzolamine 0.00
FAMOTIDINE 352.3
I need the data to appear like this:
Amoxicillin 0.00
_______________________________________________
Ampcillin 0.00
_______________________________________________
BACITRACIN 123.4
_______________________________________________
CYANOCOBALAMIN 444.4
THIAMINE 444.4
VITAMIN 3 CAP 444.4
_______________________________________________
Dorzolamine 0.00
_______________________________________________
FAMOTIDINE 352.3
FAMOTIDINE 352.3
So...if the RX number <> 0.00 I need the meds grouped together but can't figure out how to do that. Can you help me with this please? Then I will need to sort the meds alphabetically like above. Thank you