Oct 19 2022 08:45 AM
Hi I am using Excel. It has two parts to the data. I want people to be able to enter their name against the first part of Data they provide and then their name to automatically complete in the name box in the second part of the data. How can I do this please?
Oct 19 2022 09:02 AM
SolutionHello Lynsey, this seems to me to be a very simple reference to a cell.
Suppose someone enters their name in cell A1 of a worksheet called Sheet1, then you can display it again in another cell using the following function.
=A1
If you want to do this across worksheets, then you have to use the following syntax.
=Sheet1!A1
I hope this has helped you.
Oct 19 2022 09:46 AM
@dscheikey Thank you so much, I was looking too hard going through all the formulas etc. I didn't realise it would be so easy and that is exactly what I was looking for.