Macro that will allow tab 1 's information to be copy to tab 2
Solved/Closed
HappyPerson
Posts
1
Registration date
Thursday March 31, 2016
Status
Member
Last seen
April 25, 2016
-
Apr 24, 2016 at 11:42 PM
HappyPerson - May 28, 2016 at 10:00 PM
HappyPerson - May 28, 2016 at 10:00 PM
Related:
- Macro that will allow tab 1 's information to be copy to tab 2
- Tentacle locker 2 - Download - Adult games
- Fnaf 1 download pc - Download - Horror
- Tentacle locker 1 - Download - Adult games
- Igi 1 download - Download - Shooters
- Fnia 1 - Download - Adult games
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Apr 25, 2016 at 11:58 AM
Apr 25, 2016 at 11:58 AM
Hi HappyPerson,
Have you tried VLOOKUP?
When Tab 1 looks like:
And you make a change to project number 2, then Tab 2 will look like:
Then formula in B2 is:
=VLOOKUP($A$2,'Tab 1'!$A$2:$D$5,2,0)
in C2:
=VLOOKUP($A$2,'Tab 1'!$A$2:$D$5,3,0)
and in D2:
=VLOOKUP($A$2,'Tab 1'!$A$2:$D$5,4,0)
Best regards,
Trowa
Have you tried VLOOKUP?
When Tab 1 looks like:
And you make a change to project number 2, then Tab 2 will look like:
Then formula in B2 is:
=VLOOKUP($A$2,'Tab 1'!$A$2:$D$5,2,0)
in C2:
=VLOOKUP($A$2,'Tab 1'!$A$2:$D$5,3,0)
and in D2:
=VLOOKUP($A$2,'Tab 1'!$A$2:$D$5,4,0)
Best regards,
Trowa
May 28, 2016 at 10:00 PM