Forum Discussion
StumpedinBlackHills
Aug 07, 2022Copper Contributor
Excel 2011
I still use Excel 2011. I have a workbook that has one sheet with a lot of data. Another sheet in the same workbook is a form. I would like to take data from certain cells in the data sheet and put i...
Harun24HR
Aug 07, 2022Bronze Contributor
If the for is UserForm in VBA module then you need VBA macro. If you use sheet as a form then can use formula to show data from one sheet to another.
StumpedinBlackHills
Aug 08, 2022Copper Contributor
Thank you for your reply. Forgive my ignorance I am creating both the form and data input sheet so I guess I am looking for the easiest process. I have several rows of data in data sheet. I use the form to take certain information from one row of data usually corresponding to a date. On another day, I will take information from another row of data. The form takes the same type of information from the same columns each time but a different row. Does this make sense?