I want to combine two cells (containing texts) into two different rows within one cell. Does anyone know the formula to do this?

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

A simple Formula you could use is also =A1 & “ “ & A2 which will combine cell values and include a space between them.

like

Well, not sure if I'm missing smth, but your example and your question have different requests (or at least appears to me)

Nonetheless, if you want to combine two cells into a single cell:
=TEXTJOIN(delimiter,TRUE,range);
Where delimiter is the separator between the text (example: use " " for space), the TRUE means (ignore blank cells), and the range is the range of cells you want to concatenate

Other alternatives include CONCAT and using ampersand, but they have limitations

like

Tbh no - can you share a screenshot (with dummy data)

Post Photo
like

Thank you!!! This is it

like

Example:
Cell A1 - hello
Cell A2 - thank you
Cell A3 - hello
Thank you

like

Or =CONCATENATE ()

smart

Came here to say this. Just used concat to do exactly this just the other day

So you can start a new line within a cell using Alt + Enter but I’m not aware of any formula that can do this with two cells automatically. Same as the other comments I would suggest doing =CONCATENATE(A1,” “,A2) and then trying Wrap Text for the output column

like

Test comment

Have you tried using named ranges? For example you could give the two cells you want to combine the range name of "RANGE" and then enter the formula =RANGE into the cell. Im genuinely curious if that would work. I haven't tested that theory. I logged in to post a question of my own haha.

Then you test it😁

Related Posts

Hi! I am Rustina and I teach 3 to 5 year olds in an inclusive Title 1 PreK program in NC. I have my masters from UNC CH in early intervention and family support. I love STEM and am a Global teacher

like

What’s a reasonable amount of OG questions to do per day?

like

Welcome to the LTIMindtree

like

Friendly tip: Don't burn bridges even with those who are leaving - our industry is small (even in Manhattan) and you will almost certainly see that person again if you stay in pharma

likehelpfulfunny

Bain & Company Which are the best consulting firms and practices for Climate Change & Sustainability, especially in the Canadian geography? Also, please suggest the best Canadian city for consulting jobs.

McKinsey & Company | Boston Consulting Group | Bain & Company | Kearney | LEK | EY | Oliver Wyman | PwC | Deloitte

#ClimateChange #Sustainability #Water #ESG

like

How is CGI work culture and Banglore office?

What NFT wallet do you all use?

like

What is WLB balance like at big banks for associates hired from MBA? How many hours per week?

likefunny

Hi Big 🐟,

Can somebody refer me into EXL services, As I have got shortlisted on Job ID 568888 but getting no response from their side. It will be more convenient to go through the interview process.
As well I'm looking for a change into O2C(Billing, Cash Application & Contract Management). I have 5 years of experience in the accounting & auditing field.

like

What is the value in professional certifications? ACCA, CFA, CIPD, etc.

like

Anyone going after any cheap Hail Mary plays for the week? Looking to put ~$200 to work but it’ll likely be a gamble.

like

I got 2 times in Nagarro cheerboard. For Sep and Nov month.

Will this be beneficial in appraisal?
BTW 2 Cheerboard ka bas 1000 rs mila
😭😭

like

Can anyone recommend a wedding Photographer that would be available to shoot the first Friday in January, that will not cost an arm and a leg?

like

Hi all,

I am working as a DevOps Engineer for past 3 years and I am interested in moving to cloud. I have cleared my Aws saa exam and planning to search for a cloud related job. How should I approach the job market now... What kind of things interviewers will be expecting from me if I want to switch to cloud. Please enlighten me.

like

UK market is open only for niche skillsets ( Data engineer + analytics). Firms aren't interested in sponsoring rest all skill sets, as they can be filled internally. They have limited quota every year, and are very choosy when it comes to allocation. Preference is first given to EU nationals and then Asians during shortlist stage.

Referral works, but the person who is referring you should have enough clout in the organization to present your profile!

like

Is it weird that I hate attending work happy hours because all people do is talk about work?

like

What programs do my fellow HR managers recommend as far as personality assessments for hiring ?

like

How does everyone in this bowl feel towards master’s degrees in data science/analytics? I didn’t study this in undergrad so I’m looking to get an analytics degree but I’ve heard mixed reviews.

like

Any recommendations for recruiters? NY RR second year. I prefer to stay in NY.

like

Additional Posts in Excel Genius

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 helping my GF with excel and need help lol. She works at a hospital and is trying to make an excel schedule for doctors to reserve rooms. She wants drop downs for days of the week (column K) and also different drop down menus in column P for the reserved time slots.

Is it possible to do this with two sets of drop downs (days of week + time slots) and not use index match here? She could make 5 tables for each day of the week, but prefers one table that can be easily navigated by doctors.

Post Photo
like

Current IE here. What are some Time Motion Study Softwares that are out there and you use in your jobs?

like

How do I set the formula to calculate “If x falls between 1-10, return 1-10, if it falls between 11-20, return 11-20, and so on”

like

Does anyone from PwC have a list of the favorite groups shortcuts for excel? Please provide. Much appreciated .

like

EY trying to move away from Excel . Think it’s possible? Want to see it happen?

like

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

like

Any ideas on turning string data into numerical data in excel that’s faster/easier to automate/better than using text to columns? Wish I could use alteryx, but not an option for this use case.

like

Excel Rookie looking for a super simple formula to bring all information linked to a certain date in tab 1 to be organized under said date in tab 2.

like

What’s the best way to summarize multiple amortization schedule. I have each schedule on a separate tab. On a master sheet can I do something where I can input a specific month and show my ST/LT ...

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 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

Anyone else have a formatting pet peeve and get annoyed when people don’t have a blank first column and row in tabs? I.e headers/data in cell A1

My first manager told me this, and I’ve followed it to a T since.

likesmart

What’s the keyboard shortcut to get into the “insert options” dialogue when you’ve inserted a new row with Ctrl+Shift+Plus?

like

How do I easily find any cells that are hard coded vs formula? I have 10,000 rows of data and column F is supposed to be a formula based on columns C and D, without clicking into all 10k cells in column F how can I make sure formulas are there and not accidentally hand keyed over?

like

Anyone know what these badges are?

Post Photo
likefunny

Is there an easy way to switch XLOOKUPS to INDEX MATCH? Have a large file with bunch of formulas that don't work on all client machines (different excel versions).

like

Will need to migrate to office 365 soon. What’s the difference for excel from the 2013 version?

likehelpful

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

This is dumb, but. How can I pull and average the numbers in column b associated with the 4 values in column a? So, (sum of all As/total number of As) without filtering?

Post Photo
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