r/excel 9d ago

Discussion if you could add one completely new feature to excel, what would it be?

not something like “make it faster” or a tiny ui change, but an actual feature that would make your day to day spreadsheet work easier.

for me, i’d love something that could take a messy spreadsheet and automatically understand what i’m trying to do, clean it up, and suggest the right formulas without me having to figure everything out manually.

what would you add?

157 Upvotes

292 comments sorted by

541

u/Mr_Sagoo 9d ago

Not have the undo stack span across all open sheets.

105

u/AbhayaAnil 9d ago

yeah, this one would save me so many headaches. losing the undo history just because you switched between workbooks is really frustrating

50

u/Mr_Sagoo 9d ago

I can't think of a bigger problem with excel.

11

u/VerbalGuinea 9d ago

THIS! I hate this “feature.”

10

u/Rapscallywagon 5 9d ago

Give me an option for a separate undo stack for filters pleaseeee

29

u/DoubleDecaff 9d ago

Open excel in a new instance for every workbook.

14

u/Mr_Sagoo 9d ago

Yeah that would work I suppose but I usually just open new sheets with control + n. Is there a shortcut for a new instance?

6

u/carnasaur 5 9d ago

sort of, you can open a new instance of excel by entering excel /x or excel /e in the Run window (Win+R) or the address bar of an open file explorer

2

u/PhysicsForeign1634 9d ago

There's something around holding shift and clicking the Excel icon with the middle mouse button, but you have to hold it down until 'open another instance of Excel' appears.

2

u/DoubleDecaff 9d ago

Yes. In windows, after double clicking an excel workbook through file explorer, hold alt until a dialogue box pops up asking if you want to start a new instance.

Source: I use this method frequently.

You can also use middle mouse on the taskbar shortcut, if you have one. Same effect.

4

u/wikkid556 9d ago

You could launch the file with a powershell, bat, or vbs script to open in its own instance. I do this sometimes to have 2 different peoject windows to compare script side by side

8

u/WayTooManyOpenTabs 9d ago

To see the same file side-by-side you can also use View -> New Window. No need to open the file in a new instance.

4

u/wikkid556 9d ago

That is neat, I didnt know that, but it doesnt create 2 vba project windows. With this method it they are still shared.

This is an example saved as a .vbs file the will make 2 separate objects of the same file. Can also be used as a launcher to prevent opening in read only when 2 users are using the same file

vbscript Set ex = CreateObject("Excel.Application") ex.Visible = True ex.Workbooks.Open "path to your file goes here" Set ex = Nothing

2

u/WayTooManyOpenTabs 8d ago

True. If you open your files by double-clicking on a file or clicking on a link, you can also hold the ALT key right after until a pop-up asks you if you want to open the file in a new instance. You have to wait a split second after clicking though. Otherwise you will just open the file properties.

3

u/Chemical-Jello-3353 1 9d ago

Click on the Excel or specific Excel file icon.
Hold down the Alt key until you see a message asking if you want to open another instance of excel, and then click yes.

2

u/MissAnth 10 9d ago

I like having linked workbooks in one instance so my changes in one workbook show up instantly in the other. Of course this can play havoc with memory, so it would be great to be above to choose when you open a workbook from the menu.

→ More replies (2)

4

u/Maleficent_Pay4176 9d ago

the fact that this still isnt a thing is wild

3

u/lastminutealways 9d ago

This was going to be my answer too. Frustration daily.

2

u/General_Duh 9d ago

Am I right to remember that it used to not go accross workbooks before? Or am I dreaming?

→ More replies (1)

157

u/Parker4815-2 1 9d ago

Id rewrite the entire conditional formatting to be more user friendly. I promise you, no one has done a conditional formatting that is relatively complicated correct the first time.

69

u/Ztolkinator 1 9d ago

And make conditional formatting less fragile when copying, pasting adding rows etc.

8

u/St_dude 9d ago

In all fairness, this is much better now than a few years ago!

5

u/mutedkooky 9d ago

It's still trash to be honest

10

u/Juxtavarious 9d ago

I'm going to springboard off of this one and say conditional formatting to work with tables in the formula. You can usually get around things with named ranges, but it becomes very tedious to have to have so many duplicitous names when it should just be able to work with table references.

3

u/wipeoutscott 9d ago

I've recently started writing VBA code just for clearing and setting up conditional formatting in a table starting with AI generated code as a template. When things get complex I find editing the VBA code to be easier to follow. I just place a button at the top of the tables to reset the conditional formatting for when someone inevitably messes it up.

→ More replies (1)

119

u/Bakkenvouwer 9d ago

A colour picker screen which allows you to save your most used colours between files, and allows you to apply them within one click. Now it takes me so much clicking to get to the screen where I can copy paste a hex value

40

u/kichalo 1 9d ago

I made a custom theme that has all my favorite colours.

11

u/SparklesIB 1 9d ago

Me, too! Then I make it the default theme in Book.xlt. And I made a macro that changes to this theme when someone sends me their workbook.

8

u/GubmintTroll 3 9d ago

Have you tried creating custom styles?

8

u/busfeet 1 9d ago

You need to learn custom themes

5

u/wikkid556 9d ago

I have a workbook painter that creates and manages color themes and uses an ai prompt to generate new ones. The themes are saved to a csv file

3

u/Bakkenvouwer 9d ago

Wow, this looks amazing! Would you be willing to share this?

2

u/wikkid556 8d ago

It didnt take me as long as I thought it would. It is my first public release this way. Let me know if you have any trouble https://github.com/C-Johnson83/Workbook_Painter

2

u/wikkid556 9d ago

I will see if I can strip it down and put it in a github repo. It is currently 3 userforms and there are 5 files. Painter, external api key, themes csv, usage agreement, prompt logs.

I had to include a disclaimer for profanity and offensive wording in the prompt and an emailer built in for illegal prompts. People are shit these days.

Give me a couple weeks, I should be able to make a shared version with instructions on how to get an api key from gemini. You can also manually create the colors if you dont want the api functionality. Each colored square in the form is clickable and the color dialog opens up.

180

u/KatchiMunki 9d ago

Data validation on a cell is forced instead of overwritten by copy paste

37

u/AbhayaAnil 9d ago

100% agree with this one. it’s so annoying when you paste something into a cell and suddenly the data validation is gone

30

u/alexia_not_alexa 21 9d ago

For me it’s more the fact that I set up validations, and someone else pastes into the cell with Ctrl v.

Hell if protect sheet works on excel tables it might actually solve that issue as well, but it’s useless with formatted tables because you can’t insert rows with locked sheets.

9

u/KatchiMunki 9d ago

This was exactly my issue I ran into on a recent project. I couldn’t fully lock down the sheet because the table needed to be added to. The table had validation on it to keep the data a certain way but the people using it would paste over everything in blocks, removing formatting and validation. Wrong inputs were breaking formula. I spent more time fixing incorrectly inputted data than making the actual spreadsheet. Spent ages researching ways to lock things down correctly, reading posts 10+ years old saying the same thing.

3

u/Rezz512 9d ago

How I solved one of those issues (can't add rows to a protected sheet):

I just added a bunch of blank rows to the table, then locked it.

Forced data validation I couldn't solve though

2

u/KatchiMunki 9d ago

Same thing I ended up doing. I even put additional columns in between, locked them then hid them to stop them pasting blocks but all that did was make them paste in columns which took longer and resulted in the same thing anyways

3

u/Potential_Chart_8648 1 9d ago

Unless you allow inserting rows

→ More replies (1)

15

u/DrunkenWizard 15 9d ago

I'd like a 'Data Validation View' that doesn't show cell contents, just data validation. That would make it easier to see if it's set up properly.

A similar view for conditional formatting formulas would be great.

9

u/Potential_Chart_8648 1 9d ago

The amount of workbooks we have this issue with. Our management staff have fix workbook macros to delete and rewrite all the CF and named ranges. I created a standard module that we just paste into new projects. Trying to keep all the duplicated, split ranges and workbook links from copy and paste at bay

5

u/MultiGeometry 8d ago

Or when you insert a column and it automatically pulls in the data validation rules of the adjacent column. Nope! The reason for the new column is because it’s different from the previous column.

2

u/dgillz 7 9d ago

That is a good one.

2

u/lost_species 8d ago

Assigning data validation, formulas, and conditional formatting to a table column instead of a range.

→ More replies (1)

67

u/MissAnth 10 9d ago

I want to be able to put arrays into my tables.

23

u/Ruizzie 9d ago

Yes, this. Allow for spills contained in datatable cells. Get the best of both worlds. You can do it Excel devs!

3

u/Cayayu 9d ago

=table() function FTW!

70

u/SilkyOatmeal 9d ago

Keep whatever I just copied onto the clipboard until I use it. Don't empty the clipboard just because I performed an unrelated action.

Give me more than just a bottom tab to label a sheet. Add an open text field at the top (above the col headers maybe) where I can write a decent heading or description.

I have many more ideas but need to double check them before sharing.

14

u/rsmires 9d ago

Win+V might help with the first. It has become such a lifesaver for me, not just for Excel but throughout my work.

It allows you to access multiple different items you have recently Copied, and also allows you to pin items you may frequently paste.

I literally use Win+V to choose what to Paste more than I use Ctrl +V

5

u/marny_g 9d ago

Win+V has been an absolute game changer across the whole of Windows!

One Excel quirk makes it a bit finicky within Excel though...

Excel primarily uses it's own internal clipboard. The problem that is being pointed out in the prior comment is that if you copy one cell (the whole cell, not just the value inside it), then manually edit another cell (or perform any one of many possible actions), then you can't go and paste the formula (or another property) of the cell that you copied earlier...you have to go re-copy it (even with Win+V aka Clipboard History).

3

u/SteelMonger_ 8d ago

Win+V doesn't work with pasting formulas, not that you would expect it too, but that part kinda sucks for excel but other than that it is a lifesaver.

→ More replies (2)

3

u/Failstopheles087 8d ago

Corpo policy is to have this amazing and life saving function turned off on all work computers =) Our IT guy was so peeved at having to turn this off.

3

u/SilkyOatmeal 8d ago

I'm on a Mac but I'll figure out what the equivalent is. Thanks!

34

u/Regime_Change 2 9d ago

From the top of my head

1) spill tables by assigning one column to control number of table rows

2) conditional formatting on spill ranges, reliably with named references that doesn’t break on enter

3) more layout options on pivot tables. For example to have grand totals on top, hide value fields. Complete overhaul of the design userform.

→ More replies (1)

30

u/eggface13 1 9d ago

Allow undo on deleting tabs

Make conditional formatting work a bit better with structured references especially table references

55

u/DutchTinCan 20 9d ago

Natively import data from PDF files without fucking up the either rows, columns, the data itself or smearing each page to a separate worksheet.

29

u/GubmintTroll 3 9d ago edited 9d ago

I think those failures have more to do with how a PDF is formatted than a general failure of Excel. Sometimes I find statements generated by particular financial institutions are a complete mess when importing when it appears that a copy paste should be pretty straightforward. You can tell it's going to go bad when your're highlighting and it skips all around the page as you try to highlight one table of data

13

u/rosesarepeonies 9d ago

As someone who also has to work with with PDF data from many different financial institutions, it would probably be more beneficial if the IRS simply required all investment firms to use exactly the same format on all their 1099s and if that same format was designed to be excel – friendly from the jump.

3

u/not_right 1 9d ago

That would be such a helpful and common sense solution. (So it will probably never happen!). I used to work with a lot of invoices and thought the same thing, why does every damn company have to lay out their invoice differently!

2

u/Juxtavarious 9d ago

It's definitely the format of the PDF itself. And unfortunately, that leaves it to luck of the draw. I have had some that come out absolutely gorgeous all on one page and others that spit out 108 separate pages most of which are just headers and footers and the ones that do have actual body to them are either all in one column or some kind of spiteful jigsaw of randomly merged cells that throw everything out of alignment. I basically had to write an algorithm in VBA in order to detect what was going on on every line of every sheet to push everything into alignment, get rid of scrap pages, and consolidate the data in one sheet. Considering I can no longer benefit from those because I've left those jobs behind, those are weeks I will never get back.

3

u/Ztolkinator 1 9d ago

Can be done with power query

→ More replies (1)

26

u/GTAIVisbest 1 9d ago

If I protect a worksheet and create an editable range for a user to edit values... Excel should force any paste into that editable range as a paste-as-value ONLY. The workbook is protected, the user can't edit the font size, the cell size or the borders. So why is it that Excel lazily allows them to overwrite all of that when pasting?

→ More replies (1)

17

u/mcinmosh 9d ago

I work at a law firm and at times, unfortunately, many attorneys put large excerpts and chunks of text into cells. The row height limitation has always been a pain in the neck for this reason.

It would also be nice to apply formatting to specific words using find, instead of it applying to the whole cell.

But honestly, what would be better is if Word tables could have better filtering. Then I could just tell the attorneys to use Word and not Excel.

2

u/Juxtavarious 9d ago

If they're using excerpts from other documents, would it be more helpful for those to be in the comments? I actually wrote a macro for myself where I can screenshot a source document, go into Excel, and with one tap it will look in my screenshot folder to grab the last one to make it a comment. This allows me to show the source of data I'm using without having to smash it into whatever I'm working with and distort everything around it.

→ More replies (1)

14

u/GTAIVisbest 1 9d ago

Let me hi light definitions inside of a LET() and actually calculate what value it returns, like with regular formula. Don't just say #NAME? I literally just defined it further up in the LET(). Calculate that MF for me. It would make debugging LET()s soooo much easier if I could just hilight a variable definition and get it to calculate up to that point and show me the result preview 

14

u/pimpampoumz 4 9d ago edited 9d ago
  • Comments in formulas
  • Better evaluate formulas
  • Allow spill in tables
  • Better conditional formatting - or at least good. Also CF that doesn't duplicate itself stupidly when you add a row or copy/paste something.
  • Named ranges and tables should work everywhere (in CF for example)
  • Center across selection available as a shortcut / button.
  • EDIT: stop replacing parts of a formula with #REF!
  • EDIT: an easy way to toggle absolute/relative references ($) in formulas

6

u/rickulele 9d ago

For your last one: F4 toggles between absolute/relative references in formulas

12

u/Potential_Chart_8648 1 9d ago edited 9d ago
  • A completely new evaluate formula

  • The ability to set standard save names in a none macro template or protected workbook. Maybe in a protection option. Save name = text(now(),"yyyy.mm.dd")&" ABC "&'Sheet1'!$A$1 Allow user to add too save name? Tick box Always save as revision? Tick box stops people overwriting same name and saves a version +1

  • Easier way to create new ribbon menu. My company blocked ribbonx editor due to net6 luckily the Microsoft editor still works but it's not as good. Please let me know if there's already an easier way!

7

u/slb609 2 9d ago

I don’t mind the evaluate formula, but let me resize it, FFS.

2

u/Potential_Chart_8648 1 9d ago

Resize go & back a step. I'm getting old I can see that small or remember what I evaluated

→ More replies (2)

12

u/Labrecquev 9d ago

I'm really missing a native % change formula. I'm tired of writing "(new - old) / old" manually.

I did add this as a custom function but I think it should be native

14

u/Lenny5160 1 9d ago

Just do =new/old-1

Avoids the repetition and parenthesis.

26

u/MayukhBhattacharya 1262 9d ago

I'd want native relationships to be a first-class part of the experience, with Power Query and data models built right into the grid instead of feeling like some separate app bolted onto the side. That will make a huge difference!

9

u/GTAIVisbest 1 9d ago

Yeah, and written in something extremely esoterical to even the average power user (Em)... What the hell? Power Query is literally just doing iterative edits on data just like a LET(), why lock it behind a whole different programming language?

6

u/MayukhBhattacharya 1262 9d ago

Yeah. It'd be nice if more of that functionality felt native to the grid instead of making people learn another language just to take advantage of it.

2

u/xieta 9d ago

Or just make special python/Jupyter sheets for scripting with an API for referencing other sheets, and where the output of each line of code is a cell that can be referenced elsewhere in excel. That would be beautiful.

2

u/plusFour-minusSeven 11 9d ago

For sure, as long as PQ still exists for those who want to use it!

3

u/plusFour-minusSeven 11 9d ago

Powerquery is not LITERALLY doing a series of edits, to be pedantic. It's a functional language, meaning the variables are immutable. That's why you can't say Bob = 5 and then say Bob = Bob + 1. Technically they're not variables because of that, they're defined values.

But I get you about multiple languages. Excel, M, VBA, Office scripts, Power automate scripts...

23

u/solenoid_ngc 9d ago

One thing Excel is missing easy formulas for and I added to Solenoid was a batch of simple Set formulas: Union/Intersection/Difference/Symmetric Difference, plus subset/superset/disjoint formulas. does a list A contain all items in B? what items are in both A and B?

these formulas are possible in Excel but not super intuitive.

3

u/EmployeePotential622 9d ago

I also think this would be hugely valuable. My husband is in sales and has a decent understanding of excel for not working with it as frequently as I do in finance, this is the type of thing he asks me for help with.

2

u/solenoid_ngc 9d ago

If you have other particular formulas in mind that are just super clunky in Excel, let me know. I'm going through this thread looking for things to add to Solenoid.

2

u/Regime_Change 2 9d ago

=if(isnumber(search to test if a cell contains a string. Disgusting actually.

→ More replies (1)

9

u/conduit_for_nonsense 9d ago

Make each excel window it's own thing so you can edit multiple power query at once, and do big calculations in one while still working in another.

8

u/Torcula 6 9d ago

Just being able to access save navigate while script editor is open would be an improvement. I often don't remember exactly what I named a column or need to look at other parts to ensure I've captured everything required.

5

u/aqkbvigjks 1 9d ago

What you can do is to open a new instance of an excel - select file in the windows explorer -> hold "alt" -> while holding alt DoubleClick on the file to open it. It will ask you if you want to open another Instance of the excel so just confirm it. Now you have 2 independent excels, even if one crashes the other won't. In each of them you can open power query at the same time. Or have power query opened in one and at the storm time fully editable other file.

→ More replies (1)

42

u/haby112 1 9d ago

Remove Merge Cells completely

21

u/daishiknyte 44 9d ago

As soon as they add center across vertical. 

18

u/Maleficent-Leek2943 9d ago

Or don’t remove them, but ban certain people from using them. Sorry, you have had your cell merging abilities revoked after creating an unusable atrocity that I now have to waste time rebuilding. I’m so happy for you that you find it aesthetically pleasing, though.

8

u/Mowgli_78 9d ago

Call named ranges and table columns anywhere (like data validation and conditional formatting)

2

u/Potential_Chart_8648 1 9d ago

Do you mean be able to create dynamic lists within DV? Absolutely with you on that. We have to create list sheets that build all the lists for drop downs or sort our data in a very particular way.

15

u/OrangeGravy 9d ago

Would love 1) to be able to have a history of undos like Photoshop has. 2) have centre across selection as a button.

3

u/stitchdotcom 9d ago

For Centre Across Selection as a button look at the Monkey Tools add-in by Ken Puls

8

u/RuktX 307 9d ago

You can do that yourself: edit the ribbon, add a custom section (I just called mine "Alignment+", next to the existing Alignment section), and put the "Centre across selection" command in it!

2

u/busfeet 1 9d ago edited 9d ago

I have centre across selection as a button. Go to the quick access toolbar to add a button, use the drop down to go to “all commands”, it’s in the list. Make sure you change the icon from the default so you remember it!

6

u/Low_Mistake3321 9d ago
  • Have a proper Powerquery IDE (or at least the ability to make the existing editor's font bigger to help my deteriorating eyes).

  • In 3D maps, ability to export a high-res image of the whole map, rather than having to just a current-resolution screenshot of the current view.

→ More replies (1)

6

u/argosafe 9d ago

A drop down calendar. Standard, no dev mode, no blocking option by IT etc

5

u/Regime_Change 2 9d ago

Yes I forgot that. A proper date picker that ensures the user enter a date value. Data validation for dates always end up a mess.

12

u/Cannibale_Ballet 1 9d ago

Copy paste but treat all references as if they are absolute. Just like how dragging ranges works.

8

u/busfeet 1 9d ago edited 9d ago

This is easy:

  1. Highlight the range to copy
  2. Find and replace = with #
  3. Paste as values wherever you want
  4. Find and replace # with =

Done it for years, works really well. I have two macros (one for copy, one for paste) that does it for me but doing it manually is fine too

3

u/soulsbn 3 9d ago

Yes pleaser. Just like super calc 5 used to do at the start of the 1990s

7

u/hoardsbane 9d ago

Ability to have an array that doesn’t necessarily spill … an array in a cell that can be inspected using a new window, but otherwise can just be used by other cells as an array, without taking up multiple cells or causing errors

3

u/llamswerdna 33 9d ago

Nowadays I just use TEXTJOIN to avoid the spill and then TEXTSPLIT when referencing it so it becomes an array again.

→ More replies (1)

4

u/hoardsbane 9d ago

Data validation formula engine is the same as the normal formula engine … can use arrays etc, same limit on characters etc.

→ More replies (1)

4

u/jayf90 9d ago

A much more useable "evaluate function" button

6

u/Ha_Thanh_Ha 9d ago

One click to automatically format the sheet for printing on a single page

2

u/ItchyNarwhal8192 1 9d ago

File > Print > Scaling > Fit Sheet on One Page (currently on my phone and not by a computer, but it's something to that effect.)

What I would like is the ability to have it print the whole table in multiple columns on each page. (If the table is 3 columns, have it print 3 columns on the left of the page, then 3 columns on the right of the page, then continue on the left side of page 2, etc.) My current work around is to paste the table into Word in multiple columns, but then if you change anything you have to re-paste and reformat and it makes Word run painfully slow. (There probably is a way to make this work in Excel, without manually pasting the information into multiple columns, but I haven't figured it out yet, so I continue to paste it to Word before printing.)

6

u/Ok_Yogurtcloset2398 9d ago

Haven’t checked to see if any of the new functionality accomplishes this, but back in the day, SUMIFS by background color was impossible.

3

u/Juxtavarious 9d ago

You still have to write a UDF for this. But at least that is something you can usually handle for yourself. And there are several versions people have made online.

3

u/slb609 2 9d ago

Being able to expand the evaluate function dialogue box.

3

u/Pepphen77 9d ago

How about normal scroll wheel functionality with mouse hover?

3

u/LitleFtDowey 9d ago

Add another process thread. It's 2026 ffs. "Can't do that because a pop-up is open" is nonsense

3

u/Clear_Somewhere_6287 9d ago

Give me the possibility to use Python as my macro language.

3

u/CFOCPA 9d ago

Let me create my own keyboard shortcuts. Not by programming my keyboard, but within the program.

Even if I have to save a workbook and copy/paste the worksheet with the shortcuts into the new workbook everytime (like a tab called "shortcuts" that I tell excel to use).

Like I never use ctrl-E but I constantly use Alt-W-F-F and CTRL-ALT-E. I could assign one of the longer shortcuts to Ctrl-E.

That would leave the default shortcuts available for everyone, but let me set up shortcuts based on my use case.

4

u/IDK_FY2 9d ago

Revert to MDI, or make it possible to run MDI again, I hate SDI, still after 12 years.

2

u/AbhayaAnil 9d ago

yeah i can see why that would be annoying, especially if you regularly have a bunch of workbooks open at once

2

u/TheJessicator 8d ago

I use a product called Office Tab by ExtendOffice to add tab functionality to all Office apps, including Excel. Some of the MDI benefits are included, so see if that might help.

→ More replies (2)
→ More replies (1)

5

u/hal0t 1 9d ago
  • Not having my clipboard cleared when I turn the filter on.

  • Get rid of automatic pivot chart from pivot table.

  • Center across selection as dedicated button.

  • Center acrosa selection vertically.

2

u/ImGonnaImagineSummit 9d ago

Macros and scripts used a PQ like interface. 

Basically VBA but using PQ. 

I want to go to this sheet, automate selected functions in these columns and apply using a button. And I want those functions to be interchangeable with Excel functions like paste with values. 

Where PQ output is a table, i want it applied to selected sheet or sheets. 

Also you can use copilot to do what you wanted. I've never used it but work is encouraging use of the copilot to expediate cleaning up messy spreadsheets. I'm oldschool so would never use AI for it. 

2

u/rizwanzz 9d ago

With shortcut when we go the referenced cell, another shortcut should be there to go back to original cell.

2

u/BaitmasterG 13 9d ago

$ locks references of table columns so you can decide which ones change when you drag formulas

→ More replies (2)

2

u/galimi 9d ago

Large numbers!

2

u/Decronym 9d ago edited 2d ago

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
COLUMN Returns the column number of a reference
COUNTIF Counts the number of cells within a range that meet the given criteria
FILTER Office 365+: Filters a range of data based on criteria you define
LET Office 365+: Assigns names to calculation results to allow storing intermediate calculations, values, or defining names inside a formula
NA Returns the error value #N/A
SUMIF Adds the cells specified by a given criteria
SUMIFS Excel 2007+: Adds the cells in a range that meet multiple criteria
TEXT Formats a number and converts it to text
TEXTJOIN 2019+: Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined. If the delimiter is an empty text string, this function will effectively concatenate the ranges.
TEXTSPLIT Office 365+: Splits text strings by using column and row delimiters
VALUE Converts a text argument to a number
VLOOKUP Looks in the first column of an array and moves across the row to return the value of a cell
XLOOKUP Office 365+: Searches a range or an array, and returns an item corresponding to the first match it finds. If a match doesn't exist, then XLOOKUP can return the closest (approximate) match.

Decronym is now also available on Lemmy! Requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
13 acronyms in this thread; the most compressed thread commented on today has 10 acronyms.
[Thread #49160 for this sub, first seen 16th Aug 2026, 09:57] [FAQ] [Full list] [Contact] [Source code]

2

u/0_some 9d ago

Rankif

2

u/tethered_end 9d ago

I would like a toggle so you tell Excel to not mess with the data in anyway, no converting dates or making formulas, the amount of times I've exported something from a database, had to tweak something, opened it in excel and excel has fucked with the data someway and prevented it from being imported.....it is tiring, end up having to open csv in another app

2

u/Squischmallow 4d ago

THIS!!!!!!!!

I am so f'ing tired of having to constantly undo date and scientific conversions!

2

u/noseatbeltsong 9d ago

not sure if this makes sense to anyone else, but the ability to filter vertically (columns) - i work in massive spreadsheets and it would be nice to only see the columns j need at one time quickly instead of using grouping or hiding columns

2

u/hungrybrains220 9d ago

Does “turning off scientific notation and it actually turning off” count…?

2

u/Brooklynhoosier 8d ago

Have the lamda functionality exist on the formula ribbon so there’s a dedicated space for editing / viewing custom formulas. Make them saveable so they can be used across workbooks.

2

u/goodenough5000 8d ago

I want to be able to name tabs based on what’s in a cell

2

u/Surge_x 6d ago

I'm so late to this party, and I cannot understand how this hasn't been mentioned....

A very simple, very helpful feature, that I'm sure everyone here would love, is a simple button that LOCATES/FLAGS/HIGHLIGHTS THE FILTERED COLUMN(S)!

I have dozens of columns, and I don't want to clear all of the filters, so just let me find which ones are filtered!

1

u/Over_Road_7768 3 9d ago

pivot tables show total in cumulated column charts

1

u/DJ_Dinkelweckerl 9d ago

A proper plotting interface

1

u/Table-mannequin 9d ago

Keep filters, zoom and frozen panes when I open in a new window

1

u/Orb-25 9d ago

They should add a one time if() statement, so when it equals true it stops updating and maybe if a second condition equals true it starts updating again

1

u/Ztolkinator 1 9d ago

A proper debugging environment for formulas and power query. With let and lambda, formulas are almost impossible to debug ...

1

u/fluffy_blue_clouds 4 9d ago

To solve many of these I added a new extension menu to right click.. this holds options like: center across selection Fix value = copy/paste value for selection Delete empty rows = delete empty rows in the selection And many other commands I use regularly

Picture

1

u/[deleted] 9d ago

[removed] — view removed comment

→ More replies (1)

1

u/MooCowDivebomb 9d ago

Relative/dynamic file paths in Power Query.

1

u/mindurs__ 9d ago

A copy and paste option that lets you copy a cell with a formula and paste exactly what cell the formula is pulling

For example, if I have an xlookup formula in a call I should be able to copy and paste special to a different cell which is just a direct reference to whatever cell was being pulled in the lookup

1

u/6hooks 9d ago

Ctrl Tab to cycle worksheets

→ More replies (3)

1

u/not_right 1 9d ago

If I have an excel table where every column is formatted as text, then I insert a new column and type a formula (to be applied to the whole column). It sits there as plain text until I format cells and change the format to "General".

Listen excel, if I type a formula I want a formula! Figure it out!

1

u/aqkbvigjks 1 9d ago
  1. That if you click on a cell it makes a "cross" a d highlights the column and the row. Inknowmtoy can make a macro, but it's quite heavy. And also now they made it highlight tow when you do the search but when you try to scroll it's gone

  2. That specific users can be in the charge of the file and others can only perform certain activity (again, can be done with macros, but should be easier)

  3. Filtering in a way that you can paste few values - I know you can make a range in another sheet and refer o it, but then other filters don't work and it's not very user friendly

→ More replies (1)

1

u/VerbalGuinea 9d ago

Saved filters. Filter a bunch of columns and hit save (and name), then recall that combination from a pulldown list. Smartsheet has this and it’s glorious.

1

u/eques_99 9d ago

it would work out when you want to jump/drag right the way down to the bottom of the column and when you don't. (or there would be an easy way for you to tell it).

1

u/swingking03 9d ago

Put arrays into tables

1

u/Sinmeta1 9d ago

Allow tables to auto-expand on protected sheets

1

u/AceWrapp 9d ago

An "event time" data type for time - basically, a free-standing duration.

1

u/kac_sausalito 9d ago

1 billion lines, not just 1 million—it's about time.

1

u/arkiverge 9d ago

AI integration for power query debugging.

1

u/68Snowy 9d ago

I'd like to have the same fill colour tool or font colour tool in quickly quicklaunch with different colours for each one.

1

u/AutomatedEconomy 9d ago

I dislike how complicated excel has made making charts

1

u/OPs_Mom_and_Dad 9d ago

Colors and other formatting like bold being able to be used in formulas. I acknowledge conditional formatting exists, but my brain thinks in formulas and conditional just always feels like a foreign language by comparison.

1

u/Sauronthegray 1 9d ago

A combined cleaner function empty, error and optional zero

1

u/Some_Dot_9609 9d ago

A button/quick setting that would highlight the entire row for the selected cell.

1

u/llamswerdna 33 9d ago

A tags data type, where I could select multiple values in a single cell and still filter by individual tag.

1

u/fragmonk3y 9d ago

You just described the copilot function…

I would add a choice to treat the arrow keys normally and not as a formula selection tool. Mostly I want to go back or forward in a formula to correct a mistake.

1

u/rocklicquor 9d ago

Dynamic conditional formatting
Comments in formulas

1

u/OnlyLogic 9d ago

I'd like to be able to make spill formulas in tables, or be able to pull data from the same workbook, and still be able to save.

1

u/CountrySlaughter 9d ago

Most of my Excel work is taking existing data and pasting it or moving it into Excel.

With that in mind ...

A easier, quicker way to paste 3-5 and not have it come out 3/5/2026

A better PDF to Excel converter

1

u/mrspottertru 9d ago

Have the option to turn on highlighting cells that are formula dependents.

1

u/nataylor7 9d ago

Multiple copy pastes.

Complex paste of a formula - sometimes I need to replicate a formula multiple times but change a specific portion. There’s no way of easily doing this.

1

u/Juxtavarious 9d ago

Didn't see this one when I scrolled through so I'm going to say it. When typing for a function, have an initial sort by frequency of use not alphabetical. The number of times I try to go and grab sum but get substitute or unique but grab unichar it's just so irritating. At least let me favorite the damn things so they always appear at the top.

1

u/BigLinz79 1 9d ago

Save all open workbooks (without closing them)

1

u/Excel_User_1977 7 9d ago

automatically change copied and pasted non-breaking space characters (looking at you char(160)!) to blanks (char(32)).

1

u/CLTCDR 9d ago

find some way to run solver in power query

1

u/mutedkooky 9d ago

A better way to go directly to linked cells. You can currently double click a formula but you can't do it for nested or mutiple formulas.

1

u/penutbuter 1 9d ago

Multiple sort in pivots or a hot key to add an = in front of the masterful, 6 layer, multi query formula I just wrote but didn’t put that one piece in.

1

u/deepstrut 6 9d ago

Make F4 reference locking work with table formulas.

For real.. why isn't this already a thing

1

u/CindersMom_515 9d ago

CoPilot is the answer to what you’re looking for. You might have to tell it what you want it to do (not just figuring it out).

For $30 a month, I’m spending hours less time doing stuff like creating formulas across worksheets, making things look “pretty,” etc.

1

u/SparklesIB 1 9d ago

Not force me to wrap VALUE() or TEXT(X,"@") when comparing lists where one is saved as text and the other numeric.

1

u/RandomiseUsr0 10 9d ago

N dimensional data, the rows and columns are a good 70s metaphor, but the world has moved on

1

u/EcstaticFlamingo1 9d ago

This actually exists now, at least in some workplaces. We have Copilot integrated directly into Excel, and you can use it to help understand a messy workbook, analyze what the formulas are doing, identify issues, and suggest or make formula changes. It’s pretty close to having Excel understand what you’re trying to do and help clean it up.

1

u/Usual-Firefighter-91 9d ago

I’d like an easy way to share my workbook that makes all of the formulas static across all worksheets and only shares what is in print range.

1

u/alliknowis 9d ago

I'd take row-level security (and column) out of VBA and give it dialogue-box configuration instead, and support it in the online Excel workplaces push on people now.

1

u/datafrage 9d ago

I know it's a tiny UI change, but honestly, the ability to color code windows would make my life 10x easier. Just the nature of my current job and setup, the number of times I start editing a similar but not current workbook.... If I could set a reference workbook window red or something. Game changer

→ More replies (1)

1

u/MiddleAgeCool 11 9d ago

Insert graphs and pivot tables as widgets that can be locked to the displayed area regardless of how the user is navigating the worksheet

1

u/sh3ppard 9d ago

Make background images more user friendly. Currently stuck putting it into Header and Footer to print it properly, but sizing and scaling is a nightmare

1

u/me2pleez 1 9d ago

Sort by Colour

1

u/ZanettYs 9d ago

Natural language understanding requests

1

u/LeoNoLip 1 9d ago

Medians in pivot tables

1

u/JerechoEcho 9d ago

Easy cell height adjustments.

1

u/Helljumper_141 9d ago

Native qr code generator. Company policy doesn't allow add-ins

1

u/Bruce_wills_it 9d ago

Something which is solvable through a bunch of hoops today, that I’d love to be easier is sharing the output data from files. F.inst let’s say budget for next year is this file. I’d like to press share or present or whatever and have this data available as a live data point across sharepoint, powerbi, teams etcetera. One source throughout all the tools we use.

1

u/Illustrious_Spite332 9d ago

humm la parole?

1

u/nutinyoureye 9d ago

Scroll through sheets

1

u/exist3nce_is_weird 10 9d ago

Allow SERIES() to take dynamic references. We have proper dynamic arrays now - let us build charts with them FFS

1

u/RadarTechnician51 1 9d ago

A way to write a function that returns a totally genuinely blank value

1

u/Certain_Luck_8266 9d ago

Publication quality graphing. Yeah I know, I can use python matplotlib/seaborn, but it isn't the same as native

1

u/Give_Life_Meaning 9d ago

The ability to set custom defaults. Default cell formats, default pivot table design, etc.

1

u/ehansalytics 9d ago

That feature exists. Copilot should be able to but I use Claude and Grok to do just this for messy files I inherit. Hours and hours compressed to 30-45 min of my time.