View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ozgrid.com ozgrid.com is offline
external usenet poster
 
Posts: 464
Default List details in another sheet

Use VLOOKUP
http://www.ozgrid.com/Excel/excel-vlookup-formula.htm



--
Regards
Dave Hawley
www.ozgrid.com
"Chechu" wrote in message
...
Hi, I have a sheet "Data" with transactions by customer. Column A has
the Customer ID. In another sheet called "By Customer", the user
selects from a drop down a Customer ID, and clicks a button. What I
want for this button is to run a macro to get in a 3rd sheet,
"Transactions", columns B, C, D and E from the Data sheet, for the
selected customer ID. Is that possible? Can somebody help?
Thanks,
Cecilia