arnoldmiranda
Board Regular
- Joined
- Jul 15, 2002
- Messages
- 233
Hi,
I wanted to achieve something through excel and wanted some guidance on how to go about it. I will simulate an example, ofcourse once I know how I will use this in the actual context which is actually a huge database
Sheet 1
Cell A1 - Name - James Bond
Cell A2 - Phone# - 123456
Cell A3 - Age - 25
First Goal
so this is basically a input form, the moment I enter all data, I want to have a submit button in the bottom that past this data in a row format in sheet2, every subsequent entry will paste the data in the next row
Second Goal
Now as my database keeps building I may have cases where I enter a duplicate, so to avoid that, the moment I enter the unique detail (in this case phone number) I should have a button which when clicked vlookups sheet 2 and returns data if available
Third Goal
If I need to edit data in sheet 2 I should be able to follow steps in "Second Goal" and edit the data in sheet 1 and submit to override the previous data
Would appreciate if someone can help me with this attempt and in the process help me learn something new
thanks
I wanted to achieve something through excel and wanted some guidance on how to go about it. I will simulate an example, ofcourse once I know how I will use this in the actual context which is actually a huge database
Sheet 1
Cell A1 - Name - James Bond
Cell A2 - Phone# - 123456
Cell A3 - Age - 25
First Goal
so this is basically a input form, the moment I enter all data, I want to have a submit button in the bottom that past this data in a row format in sheet2, every subsequent entry will paste the data in the next row
Second Goal
Now as my database keeps building I may have cases where I enter a duplicate, so to avoid that, the moment I enter the unique detail (in this case phone number) I should have a button which when clicked vlookups sheet 2 and returns data if available
Third Goal
If I need to edit data in sheet 2 I should be able to follow steps in "Second Goal" and edit the data in sheet 1 and submit to override the previous data
Would appreciate if someone can help me with this attempt and in the process help me learn something new
thanks