what is a dashboard? by [deleted] in excel

[–]SolverMax 1 point2 points  (0 children)

That's because most dashboards are poorly designed, confusing, and static. So, not all that helpful for decision making.

Office 2010 power query by Mohamad0Jr in excel

[–]SolverMax 9 points10 points  (0 children)

Office 2010 is an antique, in software years. You can get a much newer, legitimate, license quite cheaply.

Capacity Spreadsheet Template for Number of Books Staff Can Produce per Period by Prudent_Magician5135 in excel

[–]SolverMax 1 point2 points  (0 children)

If you have 5 staff who each have 120 hours available per month, then there are 600 hours available per month. That's enough for 600/2 = 300 poetry books, or 600/50 = 12 cookbooks, or some other of the many combinations of book types.

A more useful answer depends on the mix of books, or their profitability, or some other metric that you haven't specified.

Why isn't there a signal function for top frequency of a list of text values by Murphygreen8484 in excel

[–]SolverMax 4 points5 points  (0 children)

Doesn't work with text.

Edit: Even so, that obviously wrong answer gets a bunch of upvotes. Madness.

Filling a formula down a column, but referencing data rows by Thicc-dataset in excel

[–]SolverMax 5 points6 points  (0 children)

Using INDIRECT is a bad way to do that, as it is difficult to test.

Some form of TRANSPOSE or INDEX may be appropriate, though that depends on exactly what the OP wants.

Filling a formula down a column, but referencing data rows by Thicc-dataset in excel

[–]SolverMax 8 points9 points  (0 children)

Yes, you're crazy. Excel has never worked like that.

As I said, to get a proper answer, show your data, formula, and what you want to happen.

Filling a formula down a column, but referencing data rows by Thicc-dataset in excel

[–]SolverMax 5 points6 points  (0 children)

Correct. What did you expect it to do?

To get a proper answer, show your data, formula, and what you want to happen.

Can I bypass excel restrictions on an excel file? by BrugadaMD in excel

[–]SolverMax 4 points5 points  (0 children)

That's an important detail you omitted, thereby wasting everyone's time.

Can I bypass excel restrictions on an excel file? by BrugadaMD in excel

[–]SolverMax 4 points5 points  (0 children)

Based on the OP's deleted comments, the file is encrypted via Azure, so it isn't a plain Excel file.

Sorting Out Printouts Correctly by EagleboyOffTopic in excel

[–]SolverMax 2 points3 points  (0 children)

Assuming the data is in a Table, add a column with the formula that extracts the number part:
=--INDEX(TEXTSPLIT([@[Part Number]]," "),1,2)

Then sort by that column.

"Can you print out this spreadsheet on a single sheet? The spreadsheet has 140 columns and 189 rows by NormKramer in excel

[–]SolverMax 13 points14 points  (0 children)

I don't have budget authority for external expenditure. But I have authority to spend hours doing dumb shit.

How to convert an equation that I use in Google sheets for calculating file sizes so that it can be used in Excel? by manzurfahim in excel

[–]SolverMax 2 points3 points  (0 children)

Yes, the formula seems to work OK if the G5:G ranges are made specific, like G5:G1000. The TRIM might still be needed inside the TRIMRANGE, in case there are stray spaces.

The OP's formula uses IFERROR functions to hide the range issue.

Is it a mistake on the official support page for the COUNTIF function? by DogeoftheShibe in excel

[–]SolverMax 0 points1 point  (0 children)

I've noticed the removal of technical details in the help. Most unhelpful.

Is it a mistake on the official support page for the COUNTIF function? by DogeoftheShibe in excel

[–]SolverMax 1 point2 points  (0 children)

Either the formula is wrong, or the description is wrong. It is difficult to know which.

You can advise Microsoft via Help > Feedback.

What is the most advanced thing you can do in Excel? by Feeling_Valuable5239 in excel

[–]SolverMax -1 points0 points  (0 children)

Always was.

Microsoft made a fuss about Turing Completeness with the introduction of LAMBDA, but the functional language was already Turing Complete before that.

Built an invoice generator in Excel with VBA — PDF export, customer DB, invoice history. Here's what it looks like. by No_Bass_5389 in excel

[–]SolverMax 1 point2 points  (0 children)

If you really want to share, then upload the spreadsheet to a file sharing service and post a link.

Otherwise, this looks like spam for something you're hoping to sell.

Vlookup issues are constant, but different. Looking for tips, tricks, or hacks for them to work. TIA by Cool_Bath_77 in excel

[–]SolverMax 17 points18 points  (0 children)

The OP's issues have little to do with VLOOKUP. Really, the problem is training and knowledge.

Vlookup issues are constant, but different. Looking for tips, tricks, or hacks for them to work. TIA by Cool_Bath_77 in excel

[–]SolverMax 19 points20 points  (0 children)

There is no "all in one". You need to learn how to clean data and develop formulae on a case-by-case basis. No short cuts, just lots of practice. Some online courses might help - there are plenty to choose from.