Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-29-2018, 04:42 AM
gqmallah gqmallah is offline Vlookup or some other formula need help Windows 7 32bit Vlookup or some other formula need help Office 2013
Novice
Vlookup or some other formula need help
 
Join Date: Apr 2018
Posts: 1
gqmallah is on a distinguished road
Default Vlookup or some other formula need help

Hi there,



I have two excel files. One is source file and second target. From source file I want to copy Test Score column values to Target file's Test Score column after matching columns of Source file (name, father's name and domicile columns). I am using MS Excel 2013.

Could any body help on this as soon as possible please?

Thanks,
Attached Images
File Type: png Source Sheet.png (50.9 KB, 18 views)
File Type: png Target.png (46.2 KB, 17 views)
Reply With Quote
  #2  
Old 04-29-2018, 07:04 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Vlookup or some other formula need help Windows 7 64bit Vlookup or some other formula need help Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,779
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

Hi and welcome
in the future please post in the correct forum. I moved your thread for you this time.
Please post a sample sheet ( click Go advanced - Manage attachments) showing data and expected results.
Pictures are nice to look at but worthless to work with.
Thx
__________________
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
Reply With Quote
  #3  
Old 04-30-2018, 01:28 AM
ArviLaanemets ArviLaanemets is offline Vlookup or some other formula need help Windows 8 Vlookup or some other formula need help Office 2016
Expert
 
Join Date: May 2017
Posts: 873
ArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud of
Default

The formulas will be easier to write, easier to read, and will added automatically to new records (so long as the formula in column remains same), when you define both of your tables as Tables (Insert > Table, and give a meaningful name e.g. tSource and tTarget). NB! All columns in Table must have headers, so add header Area to second table too. And avoid apostrophes (and as best spaces too) in headers - like FathersName vs. FATHER's NAME.

Now select any cell in column TestScore (e.g. T2), and enter the formula
If TestScore in tSource is numeric
Code:
=SUMIFS(tSource[TestScore],tSource[StudentName],[@Name],tSource[FarhersName],[@FarhersName],tSource[Domicile],[@Domicile])
If TestScore is string, then convert it to number, or add field SNumber to 2nd table too and use VLOOKUP function:
Code:
=VLOOKUP([@SNumber],tSource, 7, 0)
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup or some other formula need help Possible to use an existing vlookup formula to also insert correct info and trigger a SUM formula innkeeper9 Excel 2 09-13-2016 08:59 PM
Vlookup or some other formula need help VLOOKUP Formula? ekeithjohnson Excel 6 08-28-2014 01:16 PM
Vlookup or some other formula need help Vlookup formula teza2k06 Excel 2 03-18-2014 01:21 PM
Vlookup or some other formula need help I think I need an IF/AND & VLOOKUP formula here Catbert Excel 18 08-25-2013 07:38 PM
IF + VLOOKUP formula help skyline255 Excel 0 09-19-2012 05:05 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:52 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft