![]() |
#1
|
|||
|
|||
![]()
Hello everyone,
I'm new to the Excel community and trying to take values off of one worksheet (worksheet2) and put them into another worksheet (worksheet1). Worksheet2 (attached) has multiple name values and rates. For example, I'm trying to pull name with associated rates (can be multiple) and place them in WorkSheet1 (see attachment). Any recommendations would be greatly appreciated Thanks. |
#2
|
|||
|
|||
![]()
Hi
Using your example: Put this formula into B2 on Sheet 1 and copy down : =VLOOKUP(A2,Sheet2!A:E,5,FALSE) Put this formula ionto C2 on Sheet 1 and copy down: =VLOOKUP(A2,Sheet2!A:E,3,FALSE) Good luck Tony |
#3
|
||||
|
||||
![]()
If I understand correctly, the OP is trying to synthesize the number of hours for a given person/rate
Possibility one : use a Pivot Table Possibility two : in C2 sheet1 enter =SUMPRODUCT(SHEET2!$A$2:$A$100=A2,SHEET2!$E$2:$E$1 00=B2,sheet2!$C$2:$C$100) and pull down as needed - Adapt the ranges to your needs - You can also use the SUMIFS function
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
excel formula | jcaal50 | Excel | 6 | 05-16-2014 04:01 PM |
Help with excel formula | GoldenSlumbers | Excel | 2 | 12-13-2012 03:32 AM |
![]() |
oRie | Excel | 2 | 02-28-2012 07:48 PM |
excel help Formula | sellspeed | Excel | 15 | 03-10-2010 10:57 AM |
Excel Formula Help | masoom84 | Excel | 1 | 03-07-2009 09:41 AM |