I have names of people in Column A and their scores in column B. I also have names of same people in Column F and scores of them in column G. Now I want to create a new column H with single list of names and Score in I and J column for those names. Can someone help me write formula for that?

like
Posting as :
works at
You are currently posting as works at

I presume you tried vlookup?

Is it necessary to have the same names in three different columns?

like

Not at all. My comment here wasn’t even a critique, it was offering a possible explanation for having the names in three columns.

Also, if you scroll a little further down the comments, you will see the solution that I provided earlier.

Step 1: In a different Sheet (Sheet2), Make 3 columns - Name, Score1, Score 2
Step 2: Copy all names from Sheet1 in column A (Name) of Sheet 2. Once done, Under that copy all names in Column F (this is to ensure that you have all names).
Step 3: Select Column “Name” in sheet 2. From data tab - select “Remove Duplicates”
Step 4: in First row for column Score 1 in Sheet 2 (cell B2), write formula =vlookup(A2, Sheet1!:A:B,2,0) and press enter. You should have score 1 of the first person in your sheet 2.
Step 5: in the first Row for column Score2 in sheet 2 (cell C2), write formula =vlookup(A2, Sheet1!:F:G,2,0) and press enter. You should have score 2 of the same person in Cell C2.
Step6: Once verified, drag both formulas to complete the list.

Job Done.✔️

like

Thank you Sir/Mam.

Copy names into cell h then do two different vlookups on name?

like

There's probably a simpler solution...but this one is pretty neat and versatile. Better if your names/scores are stored in formatted tables so you could refer to the columns by name.

Post Photo
like

Thank you Sir/Mam.

If you are trying to combine the the information in the cells, use CONCATENATE.

like

It sounds like they are trying to build a table with three columns…name, score1, and score2

Why not just delete the columns between the 2 score columns?

like

😂

Literally copy your post and paste it into chatgpt and I guarantee you will get your answer.

Is the chat GPT 4 or the free version? Here is the response from 4:

To create a new list of names and scores in Columns H, I, and J by combining data from Columns A, B, F, and G in Excel, you can use a combination of Excel functions. Here's a step-by-step approach:

1. **Unique List of Names**: First, you need to create a unique list of names from Columns A and F. You can do this using a formula that combines the `UNIQUE` and `FILTER` functions. Place this formula in Column H, starting from H2:

```excel
=UNIQUE(FILTER(A2:A100, A2:A100<>"") & FILTER(F2:F100, F2:F100<>""))
```

This formula assumes your data goes down to row 100. Adjust the range as per your data size.

2. **Lookup Scores from Column A/B**: In Column I, starting from I2, you will retrieve the scores from Column B that correspond to the names in Column H. Use the `XLOOKUP` function:

```excel
=IFERROR(XLOOKUP(H2, A2:A100, B2:B100, ""), "")
```

This formula will return the score from Column B if the name in H2 is found in Column A; otherwise, it returns a blank.

3. **Lookup Scores from Column F/G**: In Column J, starting from J2, you will retrieve the scores from Column G that correspond to the names in Column H. Use a similar `XLOOKUP` function:

```excel
=IFERROR(XLOOKUP(H2, F2:F100, G2:G100, ""), "")
```

This approach will create a list of unique names in Column H with their corresponding scores from Columns B and G in Columns I and J, respectively. If a name is only in Column A and not in Column F (or vice versa), the corresponding score column will show a blank for that name. Remember to adjust the range in the formulas according to the actual size of your data.

Sometimes KISS is the best solution. If these names NEED to be in there that many times, a pivot table may be the easiest solution.

Related Posts

What is the audit senior manager salary in bay area. I am third year senior manager of that help.

like

Did any of you use career services? If so, was it really helpful in the job hunting phase? I am actively recruiting, but not sure if I really want to use career services given I am worried about the anonymity bit.

like

I’ve never had plants before, but I want to start having small plants in my bedroom to start with. What’re some good low maintenance ones to start with? Located in the northeast. Thanks!

like

Hi Friends, I had HR discussion on last week Wednesday, primarily on salary part for GCB5 in HSBC. HR told that they will update in this week, but I am yet to hear back from them. Usually how much time do the HR takes to update. TIA

like

I just sent a work-related message to a person that’s staffed with me in a deal. I’ve become what I swore to destroy.

Post Photo
likefunny

What skills do you need to be a creative technologist and where/how can you get them?

like

Hey folks in Pune,

Anyone up for watching “MAJOR” movie either tonight or tomorrow?

More the merrier, so feel free to tag along your other friends🙌🏻

Thoughts on the recent geopath/oaaa conference held in Marco island?

Just resigned!!! So happy to move on from the bad situations I was in at Deloitte. Going to a well established fintech startup. Almost doubling my base salary. So excited for something new!

likeupliftingsmarthelpful

Hi, Is anyone from Deloitte USI cyber security practice, please connect with me. Deloitte USI Deloitte
Loking for a cloud security senior consultant position..

like

Is there something similar to TrueCar in the UK to look up basic approximate pricing of new cars?

like

How’s Heimat // Berlin these days?
I’ve noticed them releasing great work recently but have been hearing mixed things about its company culture. Any insights ?

like

I am looking for opportunities in Dubai.. I have a PhD, 2 postdoc fellowships, have experience managing projects throughout my PhD and postdoc, currently senior consultant (i focus on systematic lit reviewss). Experienced scientific writer with over 30 peer reviewed articles. IQVIA in Dubai is one place am hoping to try. Can someone help point out what other industry I can fit into - i am mainly looking for a good work life balance.. any examples of companies in Dubai you can share?

like

Any insight on BDO Minneapolis in Audit? Office culture? Work life balance? Flexibility? Thanks!

like

Hello please can I find Victoria’s boot camp I keep hearing about this being great to study for shrm exam but I can’t find it anywhere thank you

like

What's the one word you can't stand? Doesn't have to be finance related. I personally can't stand the word ""moist".

like

Hu guys, I am planning to take Microsoft azure fundamentals exam , can u guys please tell me how to prepare for this exam , like how do I get the study materials ?

like

How much does PWC canada pay for MD role. What is a typical TC for 30+ year industry veteran?

If someone cancels on you day of for a first date how do you respond?
She canceled saying she was “so sorry”. Reason seemed legit but she didn’t ask to reschedule so idk if I should throw that out

like

Do you think Google's CEO will be able to get them through the anti-trust lawsuit effectively?

like

Additional Posts in Excel Genius

I’m verrrrrry new to excel and am going crazy because is there not a way to “clip” text in cells like you can in google sheets? I read about a “fill” option, but then noticed that cells that aren’t filled just repeat text. 😂🤯

like

Does 2-finger touchpad scroll not work on Excel sheets anymore? I used to be able to swipe quickly on my laptop's touchpad to navigate sheets but now it doesn't work. Based on the handful of posts I've read online about it, the problem seems unresolved. Has anyone dealt with the same issue and fixed it?

Best free data sites to tap into to build a city analysis model? Basically I want to "discover" cities with certain dimensions, like: population, elevation, climate, and proximity to other things (ski resorts, particularly)?

like

Anyone know what these badges are?

Post Photo
likefunny

How long did it take you to become good at excel? Like fast?

like

Is there a way to identify duplicate URLs within labeled hyperlinks on multiple columns/rows/cells?

I was thinking conditional format, but it’s identifying duplicate labels. I have over 80,000 cells, so extracting URLs manually isn’t going to work for me.

Thanks in Advance!

Best websites to get more of a handle on Excel as a beginner-intermediate?

like

Hello. Quick question about formatting. I have an excel sheet with bunch of negative numbers, but some are percentage values and some are dollar values. Is there a way to make all of them have a parenthesis for being negative while keeping them still percentage and dollar value separately or do I have to target them separately?

like

What’s the symbol that you can type in a cell so you can input a text, but that text would not appear in the spreadsheet? I want to describe the formula without using a text box, which uses more space.

The equivalent of this is in SQL, you can use the apostrophe in the beginning of and end of a text. That text will not affect the function of the query, but that text can be seen if you proofread the query.

like

After I set a print area, how do I showcase the page 1 - page x in the excel sheet and have the background be grey?

Hey, I have been tasked with teaching some of my coworkers excel from the very basics to more advanced. Does anyone have recommendations on the skills to teach them about? Thank you all in advance!

helpful

What is the best FP&A tool, Anaplan, Jirav, Planful, Vena? Any other recommendation?

like

How do I compare two sheets to make sure they are identical?

like

Help me save the day: have a massive excel file (600k rows) with duplicate records (column a, b and c are duplicate, not a duplicate if a and b are the same though). How can I filter for just these records? If it didn’t crash excel I could concat into one column, Conditional format for duplicates, and sort by color. What’s a work around?

likehelpful

I’m referencing a cell (numeric) to a text cell. Is there a way to format that number to include commas? See example in comments.

I am looking for a way to link my Salesforce data into excel so I can have the latest data at all times. Instead of the typical download of static data that by the time I am reporting the data has changed.

like

Is there a way for me to automate creating columns to do this so I can drag across and create my columns? For example--
1Q2021 2Q2021 3Q2021 4Q2021 2021 1Q2022?

likesmart

Need help building an electric schedule for a production schedule with a Gantt chart style view (sort of)

Currently have an excel list with resource (production line), start date and time, and then also the name of the item being produced.

Any ideas how to tackle this??

I’m thinking a stacked bar chart with the vertical categories to be my resources and horizontal the date/time and then each individual bar to be the name of the item being produced.

Thank you for the help Excel Gods 🙏

like

I created a macro to help me save time on this onetime task and now whenever I open my excel, a blank excel opens with the name of the macro. How do I get rid of it?

like

New to Fishbowl?

Download the Fishbowl app to
unlock all discussions on Fishbowl.
That was just a preview…
Sign Up to see all discussions
  • Discover what it’s like to work at companies from real professionals
  • Get candid advice from people in your field in a safe space
  • Chat and network with other professionals in your field
Sign up in seconds to unlock all discussions on Fishbowl.

Already a user?
Login here

Share

Embed this post

Copy and paste embed code on your site

Preview

Download the
Fishbowl app

See what’s happening in your industry
from the palm of your hand.

A phone with Fishbowl app

Scan your QR code to download
Fishbowl app on your mobile

Download app

Sign up for free to view this conversation on Fishbowl

By continuing you agree to Terms of Use and Privacy Policy

Already have an account? Log in

Sign up for free to continue using Fishbowl

By continuing you agree to Terms of Use(New) and Privacy Policy(New)
Messaging rates may apply

Already have an account? Log in

For account settings, visit Fishbowl on Desktop Browser or

General

Legal