View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.misc
Sean.W[_2_] Sean.W[_2_] is offline
external usenet poster
 
Posts: 4
Default Inputting data into more than one sheet at a time

GOT IT!

Thank you.

"Shane Devenshire" wrote:

Hi,

You probably will need to use VBA (macro programming). If that is what you
want it would be good to show us examples of a product sheet and the master
sheet.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Sean.W" wrote:

I have four worksheets containing sales figures for four different products.
I then have a sheet called "MASTER" which I would like to contain data from
all four of the other sheets. What I would like to do, is whenever I input
data into any one of the four product sheets, it should also appear on the
"MASTER" sheet, thus creating a compilation of the data on all four sheets.

All 5 worksheets have the same columns:
date/item/$cost/$retail/$reimb./$difference/client name

How can I accomplish this?