Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm hoping there's a simple formula to address my needs here (I'm an Excel
newbie). WorksheetA contains nine columns including order numbers (A1) and tracking numbers (I1). WorksheetB contains only order numbers (A1) and a column I paste tracking numbers into. We are currently manually copying and pasting the tracking numbers from WorksheetA into WorksheetB, which is quite a hunt and peck hassle that must be done as WorksheetB contains specific orders we need to track. Is there a formula I can put into WorksheetB that will find the corresponding order number on WorksheetA, then grab the tracking number that is on the same row, and drop that into WorksheetA? I thought VLOOKUP would do this. I've tried VLOOKUP(A1,WorksheetA!A1:I400,1,FALSE) ....without success. Is this possible with a formula or should I ask in the programming group? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? | Excel Worksheet Functions | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |