View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Fishlock Martin Fishlock is offline
external usenet poster
 
Posts: 694
Default HOW DO I DISPLY DIFFERENT VALUES IN ARRAY'S TO ONE COLUMN?

If you have keys then you can try the sumif function on the summary.

otherwise it is probably a matter of creating the sheet with vba.

--
Hope this helps
Martin Fishlock
Please do not forget to rate this reply.


"mr pelser" wrote:

having trouble consolidating the different values from 10 columns on 10
sheets to one neat list on the 11th sheet without having to sort them after
they are compiled. Is there an auto sorting way for consolidating?