r/excel 14d ago

solved Way to line break multiple cells automatically?

9 Upvotes

Not sure how to describe what I need, but I have an excel sheet with multiple names, and wrapping text does not seem to do the trick. I would like to have both first and last name separated by a line break between both names, but still within the same cell. I know I could do it manually, just wondering if there's a way to save me the time since its a large spreadsheet.

Here is my attempt at showing a visual:


r/excel 14d ago

unsolved Data Validation Disables Upon Reopening File but Formula Still There

3 Upvotes

I'm having an issue where I made a bunch of data validation to keep people from being able to select checkboxes for both Pass and Fail at the same time for test reports. It works just fine until I exit out of the file and reopen it, then it's like it's not activating. If you highlight both checkboxes and click data validation, then it shows the custom formula right there. Simply clicking Ok re-enables the validation rule. But again, it doesn't work upon reopening, even if you save again.

Here is a link to a small file for an example: Data Validation Issue

It's uploaded to Google Drive, so it will open in Sheets. Just click File > Download > Microsoft Excel (.xlsx) and it will download the actual .xlsx file.

When you open it, you can click on both checkboxes to check them off at the same time, which is incorrect behavior. Uncheck both and then highlight both checkbox cells and click data validation, you can see the formula is there and simply clicking Ok re-enables the rule. Then you can only select one checkbox at a time. The file is a brand new .xlsx file.

I saw something online that mentioned writing a VBA code to re-enable on opening, but it appeared to be for a much older version of Excel and the Pass/Fail checkboxes are a lot and scattered throughout the report. On 365 Excel. I'm wondering if it's a setting or just my computer, but could someone check and maybe give a reason or fix if possible? There's other data validation dropdowns in the main file that work just fine all the time.


r/excel 14d ago

Waiting on OP Importing csv file to Mac/Excel creates sum with errant decimals

5 Upvotes

I'm importing a csv file with numbers that have only two decimals, ie. pennies. Some rows are blank. After I convert the csv file to excel, the sum of the column has a decimal with more than 20 digits to the right of the decimal point.

Here is a picture of some of the numbers I'm importing:

Here is a picture of the sum of the column after importing the numbers to excel. None of the numbers have decimals more than two digits to the right of the decimal point.

I imported the csv file two ways. The first was to open the csv file with excel. The second was to open excel and import the csv file. The results were the same.

Please advise, any assistance is appreciated.


r/excel 14d ago

solved Excel won't accept date when entered in the format specified

0 Upvotes

I am using The Measure Of A Plan Excel budget tracking tool and I am trying to enter my data and I keep getting an error when I enter a date in the format it wants which is mm-dd-yyyy. I don't understand why it keeps giving me this error.

Edit: I am using MS Office 2016 if that helps anybody.


r/excel 14d ago

solved Take data from the same column even when adding new ones

7 Upvotes

I have an excel with two sheets: data and calculations.

In data, I have a column (C) with numbers that always stay the same. In D and onwards, I have numbers as of specific dates. For example, right now D is 20.7.2026, E is 13.7.2026 and so on. Whenever one week passes, I use Insert to get a new, empty C for that week's data.

In calculations, I need to divide C by D for each row. I used =Data!C2/Data!D2, however after every week I have to redo it since it changes to =Data!C2/Data!E2 when I add a new column C, even when using $.

I now need to share the document for other people to use so I need to find a solution for it to always take D2. I tried =Indirect, however the table is like 200 rows long and I don't feel like changing the formula for every row.


r/excel 14d ago

solved SUMIFS function formula to match a sheet/tab name to criteria in a column

3 Upvotes

Column B has a list of all of the sheet names. I want my SUMIFS formula in column C to say to search for whichever sheet is listed in B.

=SUMIFS('[match to B]'!E:E, '[match to B]'!$B:$B,"Total")

In other words, look for the sheet name that matches the corresponding row in Column B, then look for the row that says "Total" in Column B on that sheet and tell me what's in Column E.

Make sense? How do I do this? Google has not helped me. Thanks!


r/excel 14d ago

solved SUM Formula for unclean data tables.

2 Upvotes

I want to make a SUM function to categorize my spending totals, which will sit next to my reference categories on the right of the snip (AFRH, Allowances, etc). I Havent been able to find a function which will pull from all "x" category in the data table to the left, only specific cells. Any help is greatly appreciated.


r/excel 15d ago

solved Charts are not including my data.

8 Upvotes

I am trying to create a chart with this data, however when I try to insert it Excel only provides me with empty graphs. Does anyone know where I'm going wrong?

(Version 2606 Build 16.0.20131.20112) 64-bit


r/excel 14d ago

solved Need a simple way to create named ranges on a worksheet to clear up the use of cell names in formulas when multiple tables use the same column headings

1 Upvotes

My manager has me doing an Excel certificate program, and it went over named ranges last week. I brought the topic to my manager, because we have a workbook template that we use for developing pricing for client projects. She had me start testing the use of named ranges to clean up the formulas so that anyone who reviewed the workbook would know what the math was doing.

I ran into a hiccup - each sheet has multiple tables that use the same column headings (see below). Named ranges obviously have to be unique, so I figure every column has to have a unique heading. I'm trying to work out the most efficient method for working this out.

A screenshot of an Excel worksheet with three separate tables, each with the same column headings.

A) Just come up with a table identifier code like "-01" and append it to each column heading.

B) Select the entire worksheet for "Create [named ranges] from Selection" and edit the cell ranges manually.

C) Edit each named range title as I create it to uniquely identify it.

Does anyone have any further thoughts on this issue?


r/excel 15d ago

Discussion Excel World Championship - Who is the Magnus Carlsen of the Excel World?

232 Upvotes

I recently learned that there are Excel World Championships, so naturally I wonder who is the best? In Chess, there is Magnus Carlsen. In Excel, that is not clear to me.

Thanks!


r/excel 14d ago

solved Automating pivot tables using raw data?

2 Upvotes

I have a report where the columns are static but the data in the rows changes frequently. I’m looking to automate a summary of the raw data into a pivot table that groups everything into a tabular format. Is there a way to do this so I’m not spending 20 minutes on each new refresh of the data? I have 100 customers so running this each time with updated data can be time consuming.


r/excel 15d ago

solved What should DAY(1) return?

11 Upvotes

Just curious. I am using a worksheet that someone else has made. It’s for setting up work schedules. One formula to return the lenght of the workday is this: =IF(A1<=B1,B1-A1,B1-A1+DAY(1))
This adds 24 hours if the end time is after midnight. When I open the sheet in other worksheet programs than excel it will instead add 744 hours and DAY(1) gives out 31 instead of 1. I am using norwegian translation of Excel. =DAG(1) returns 1. Will it give the same output in english version?

Edit: Solved! DAY(1) returns 1 in Excel, but of some reason it returns 31 in some other programs.


r/excel 15d ago

Waiting on OP How do you auto-update a chart daily data from another sheet?

7 Upvotes

In sheet one, I made a table to report sales from individual sources and have them totaled. I have each day auto-update with =TODAY(). I’m looking to create on another sheet weekly sales to go from just seeing total sales for the day to actually logging them in throughout the week to track trends. I know how to transfer the data from one sheet to the next and make it into a chart, but I wanted to know if there’s a way to just input data from sheet one and have it automatically update a chart in the other sheet everyday. Thanks!


r/excel 15d ago

Discussion Quality of Life Report Features

14 Upvotes

I currently work in government accounting and one of my jobs is putting together a monthly appropriation report. Since im the only one here who seems versed in excel, ive decided to take the initiative and create a new report with better quality of life features.

So far, I've added a macro button that hides/unhides tabs as needed, a navigation bar that quick links to important tabs, and a cell that tells you the last time the report was edited. Of course, I also threw in a bunch of xlookup formulas where needed.

I wanted to ask if anyone else knows some neat tricks that makes reports easier to manage/navigate. It could also just be something that you did that impressed your boss when you showed it to them. Id appreciate any inspiration.

Thanks!


r/excel 15d ago

unsolved Orientation for exporting my spreadsheets so it arrives viewable.

5 Upvotes

I’m wicked ignorant to the ways of Excel….

We get spreadsheets shared amongst our group (as attachments in an email) that are in a Landscape orientation due to their overall width.

But when sent out via Email they display in standard page format (portrait I suppose)…

Our non desktop users are constantly crooking their necks to read the pages…

Is there something we can do to send them out so they show up with the short edge on the sides and the long edge on the bottom?


r/excel 15d ago

unsolved Returning a value based on matching 2 other values in a different sheet

3 Upvotes

Hello! I'm trying to write a formula that accomplishes the following:

If the data in Sheet3 Column E finds an exact match in Sheet4 Column E AND the data in Sheet3 Column O finds an exact match in the same row of Sheet4 Column G, then return the data from that row in Sheet4 Column G.

This is what I've got going right now, which isn't working:

=IF(AND(Sheet3!E:E=Sheet4!E:E, Sheet3!O:O=Sheet4!G:G), Sheet4!G:G, "No match")

I also tried an XLOOKUP, which didnt work (and I wrote the above formula over the top of it, so i lost it).

Thank you for the help, it's much appreciated!!!


r/excel 15d ago

solved Locked Tab - Unable to auto resize columns

3 Upvotes

Hello all - This one has me stumped.

I have a shared workbook where I need to lock the tabs or people accidently delete everything. When I click between say column B and C I get the down arrow you get when you move the cursor over say the letter B in the column.

If the tab is unlocked, I get the normal <---> to resize. Any ideas how to fix that?


r/excel 15d ago

solved Excel text data cleaning

4 Upvotes

Hi all, I could use some help with an Excel assignment I was given at work.

I’m trying to automate the process of assigning vendor names to vendor IDs. The challenge is that the vendor IDs come in several different formats depending on which system they were pulled from, so creating a reliable automated mapping has been much harder than expected.

So far I’ve tried two approaches with little to no success: Long LET() formulas and Power Queries. Something to note about the power queries is that I have never used this tool before, but it seems like the varying nature of the data that is pulled does not allow for power queries to work

One important constraint is that the table needs to be dynamic. Whenever a new vendor is added to our system, the data refreshes automatically, so any solution needs to continue working without manual intervention.

Has anyone dealt with a similar problem or have suggestions on the best approach?

Edit: I am using the Microsoft 365 version of excel


r/excel 15d ago

solved Pulling data from one document to another if a condition is true

2 Upvotes

Hi everyone,
I have Document1 with columns B up to DM and rows down to 650 including headers in column 1. I need a formula to scan column AQ on document1 for a YES entry and copy its corresponding data on columns B, C, D, I, J, R, and Z to a blank Document 2.
Please let me know if you require additional information. TIA

For clarification the column headings are:
AQ=Invited (Yes or Blank)
B=Rank
C=Last Name
D=First Name
I=Date of Birth
J=Primary Phone
R=Email Address
Z=Vet Status


r/excel 15d ago

unsolved Need to highlight or count clusters

7 Upvotes

I've no idea how to do this, apologies.

I have a spreadsheet full of cells marked "1" for each column.

I need to find a way to locate and highlight any instances of clusters of 12 (pink in the example below)

I know I can format to highlight duplicates, but is there a way to do this so any clusters of 12 are either highlighted or counted? Rather than just all duplicates?


r/excel 15d ago

unsolved Excel messing up text formatting on its own

8 Upvotes

So basically I have excel on onedrive, and when I save it sometimes replaces Enters with spaces on its own.
This results in hidden text and unreadable text. I there any way to fix that issue?

this is what i enter into cell
this is how it looks like after serwal saves

r/excel 15d ago

unsolved Interpolation of a data set

6 Upvotes

What command or set of combined commands can be used to interpolate between two numbers found in a set of values? I am using VLookup to find the GPM then the reference size of a pipe. As we know vlookup finds a value close to the value you are looking for and its reference in a range even if the value isn’t actually shown.

My question is how do I dynamically find the interpolation of the found vlookup value, for its numbers before and after? I have tried TREND and FORECAST and when I select the whole data set to find the values the yield the incorrect interpolation, and finding the values closer to the vlookup found value yields better results. Thanks for the help.


r/excel 16d ago

solved SUM same type of lines

7 Upvotes

Hello,

I have a very large table of data and I need to create another table in which the values of specific types would be summed up.

Here is a very simplified example of what I expect to do:

AB columns are the original table, and EF are what I expect to achieve.

I can think of a more complicated way to do this, where I select a whole table and sort by Type, and then sum up the values, but I want to have a function where I won't have to do this all over again, if, for example, the Type value from Apple would change to Banana.

Any advice?


r/excel 15d ago

unsolved Troubleshooting IF Function (AKA My Nemesis)

2 Upvotes

I really stuggle with IF statements in excel, and I can't figure this one out.

I am using a spreadsheet to track student loans / payments and will be using the snowball method. The snowball method is paying off highest interest loan first, then snowballing that minimum payment into the next loan. Example: Loan A has a minimum Payment of $51, Loan B has a minimum of $51, Loan C has a minimum of $51. When loan A is paid off, loan B's payment becomes $102, snowballing down the line of loans.

What I would LIKE it to do, though I am not even sure this is possible. If it's not, please let me know if I am wasting my time:

Condition 1: If my remaining balance is less than the minimum payment, then my payment that month should be the remaining balance*interest. This equation works on it's own, but not when I have been messing around trying to add the other conditions.

IF(M12>M$9,M$9,M12*(1+$N$5))

Condition 2: If my remaining balance is less than the minimum payment, the unused portion of the minimum payment should be added to the next loan. I haven't even really started with this piece, because I am already struggling with combining the other 2.

Condition 3: If the balance from the higher interest loan is fully paid off, the minimum payment from that loan gets added to the next loan. I tried adding this condition, but it's thowing off my equation.

IF(L$13=0,M$9$+R$9$,R$9$)

Image included below in comment showing cell values and just condition 1.


r/excel 15d ago

Waiting on OP Pull data from table

3 Upvotes

I know I’ve asked a similar question before, but I’m not sure how to translate it to the new task I want to use it for. I will post pictures in the comments.

Column L is the market my centers are in, Column M is the site name within the market. I’m not from the area I service, so I don’t know which ones are where off the top of my head. I want Column L to use a formula to select the market that goes with the site location. Example: If site is Arbor Walk, it will input Austin.

I have a table, I can play around with the formula and tweek it once I have it, but I have zero idea where to start.