Hi! I'm looking to merge/ reconcile two sets of columns and I can't figure out how to do it. Data will either be populated in column A or column B, but never in both. I'm guessing the logic should be as follows:
If column B is populated, column A should equal column B. If column B is not populated, keep Column A as is. Is there a formula to achieve this? Thank you!

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

Sounds like you need a 3rd column (column c) and gotta use an if statement. Like if this cell is populated, use this else use that.

likehelpful

Thank you! V helpful

like

The problem with your ask is that Column A would require a formula in each cell. If you have a formula in the cell you’re replacing what is already in the cell.

As another commenter said you need a 3rd column with a simple IF formula example below this would be the formula for each cell in your 3rd column (assumption row 1 is header row 2 is where data starts).

=IF(A2<>””,A2,B2)

This formula is asking A2 if it is anything but blank, if so it populates content from A2, if not (if it’s blank) it populates what is in B2.

like

Have you tried chatgpt ing it?

like

Lol

In column C I would put the following formula: If(B1=“ “, A1, A1=B1) but there are 4 possible combinations.
A1 = 0, B1=0
A1=0, B1=1
A1=1, B1=0
A1=1, B1=1
So first 3 cases are covered by formula, but what about case number 4? Which one would you choose? If you have additional condition for this particular case, raise it so that formula will be adjusted.

The last case wouldn't be relevant. Only the first three would be possible in this case, but helpful feedback

Column C = Column A + Column B. Since only one column would be populated.

Related Posts

Has anyone recently applied and gone through the H1B process at Walmart? or is there anyone in this bowl who is at Walmart currently and had their H1b renewed recently.

like

anyone else feels stuck at current job, but not able to apply due to upcoming paid maternity leave benefits that you don't want to miss out on? currently still in first trimester !

likehelpful

Job recommendations for someone enjoying TAS (FDD) work, but doesn't want to be as into the weeds/details on the Company's accounting?

like

What is a look back analysis?

like

So do higher ups (managers/directors/etc) in FFD talk to each other about the progress of seniors and associates in a similar manner to how the staff are ranked during audit roundtables??

like
like

Hello! Need help. I got a letter in mail for Hyundai's car recall and was told to contact nearest Hyundai dealer. Upon calling, I was told that while it's a known recall, there is no remedy for it per the corporate site.

The two doesn't add up. Should I call another dealer? Or is something like this possible? Clearly a novice when it come sto this.

Starting IVF in a month - any guidance in prep for it, things that may help increase success for egg retrieval or anything like that? I started taking supplements advised by my doctor, but curious to hear of anything else! Thank you SO much!

like

Any recommendations on relocating to Hawaii? I am registered for the Hawaii bar but currently based out of Los Angeles and practicing in California as a licensed attorney.

like

28M living West Loop- trying to see if anyone wants to grab a drink tomorrow evening! Off for Thanksgiving and client travel immediately after, so would be great to see someone new before I leave the city for a bit.

like

How do you handle billing disputes? Already feel like we’re a steal compared to other firms, but it’s the pits when clients kvetch about the bill after working hard on their matters. For five figure disputes, anyone recommend collections? Don’t really want to institute retainers, especially since it doesn’t seem common for our practice area.

like

/x-post from the Consulting Bowl/

Hello, Partners. Can anyone recommend fantastic courses, videos or training for a new manager like myself? I’ve come from a tech background and looking to be C-Suite

I'm moving to London next Month from Newcastle and commuting into the city center, the closest tube station is chancery lane.

I will be getting a base of £42k and was wondering what locations you all would recommend to look for a place in, by the looks of things I will almost definitely be getting a flat share

like

Infosys Limited Hi Sharks,How Much Ideal Salary Expectation to ask for as per the Current Market Scale going on For Below Expertise -

YOE - 7 yrs Tech Stack - Core Java, Spring Boot

Need Urgent Suggestion, Pls Help 🙏 Thanks

Infosys Limited Infosys Tata Consultancy BNP Paribas CIB Bank of America JPMorgan Chase Atos Tech Mahindra

like
like

After HR discussion..how much time HR will take to give the offer letter?

like

Where my arabs at

like

How do you judge if a headline is good or not? When I look at lines, I see an idea there but it’s petty straight forward, so I suggest to the writer to add a twist to it. Cont...

like

Additional Posts in Excel Genius

Anybody know if there is a way to automate a Gantt chart in excel when building out a roadmap? Essentially want to recreate the functionality of ms project because my client does not have project and wants a nice visual for the roadmap

like

Client sent over a 90 MB model this evening. Took 10 minutes to open and a fraction of that to crash. Can’t wait for tomorrow 😭

like

Does anyone know what purple tables mean in Excel?

I know about green and orange, but never saw purple before and trying to figure it out.

likefunny

Has anyone had an issue with index match and lookups returning NA when trying to manipulate data from a password protected workbook?

How can I add multiple characteristics within one cell and make sure that a pivot table can read both values independently if needed? E.g., I have a column titled “color” and in one cell I write “red” and the other “red, blue”. I’d like a pivot table / formula to be able to count that there are technically two “reds” in this data set. Any tips?

like

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

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

like

How do I look up values from a column in a row? E.g. Values in A1:A6 in B2:F2?

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

Recently made a job switch and have been using a lot more excel. Any free resources to help build a solid foundation / fee based courses to help improve my skills?

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

Hey fishies, looking for some help with the below

I have 4 lots of data categories which are assigned a code in the adjacent cell
Eg:
Cell A2= 'xyz' Cell B2 = 'w1'
Cell C2= 'ghi' Cell D2 = 'x1'
Cell E2= 'plm' Cell F2 = 'y1'
Cell G2= 'mhn' Cell H2 = 'z1'

The combination of the 'W','X','Y' and 'Z' codes identity a specific trend
I am extracting data which includes multiple combinations of these codes. What is the best way to show frequency of the codes against the category it is assigned to

like

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

like

Is it possible to round a number (say rounding $98 to $100) without losing precision in following calcs? So I only want to round visually and I want the calcs from that cell to remain off the $98 not $100

likehelpful

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

like

Hi Group, seems like it should be basic format, but I just can not get it to work. a list of data and want to alternate shade (blue,white,blue,etc) each line but if I have multiple lines I want to group together and they all shade the same. I want to group by the same data in column A, and the number of rows that are the same could vary. So let’s say row 1& 2 same entry in column A(blue) row 3 different (white) row 4,5,6 same as each other different to other rows (blue) etc… help 🙏

like

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

Vlook up isn't recognizing a couple of cells even though it's feeding off a pivot and when I check with an " if =" it comes up as being the same.
Any advice on what I need to check?
Thanks

like

Does anyone have any tips/tricks for knowing where to plug +1/-1 in a large table with totals across the y and x axis that contain un-rounded numbers? Every time I fix a row I throw off a column or my check figures to the true data source.

Post Photo
like

Timesaver: If you’re working on a file saved on the cloud (teams, share point, etc.) and need the URL to communicate out, tap FILE -> INFO -> COPY PATH and the url will be on your clipboard. Pre-established sharing privileges of orig folder will apply. Hopefully this saves you time reshuffling open windows! Bonus: Same on standard MS suite files.

likesmart

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