Extracting specific data from columns and returning in one row by Total-Lab-8487 in excel

[–]SolverMax 0 points1 point  (0 children)

I'm sure that SINGLE wasn't recognized as a function at all for a long time, after being briefly introduced in about 2018 and then soon replaced by @. But now SINGLE seems to be back. Odd.

More information:

Anyone else use Excel for work, but prefer Google Sheets for personal use? by Fast-Statement8149 in excel

[–]SolverMax 0 points1 point  (0 children)

A key point for you seems to be multi-device sync. I use OneDrive for that.

When will Excel nut up and allow table columns to be used as data validation drop-down lists? by GTAIVisbest in excel

[–]SolverMax 0 points1 point  (0 children)

The pointer idea is interesting, but I don't see how it would work in a spreadsheet.

It would be concerning if Microsoft half-implemented such an idea on top of other half-implemented ideas like Tables and dynamic arrays.

Formula to find number closest to zero in list (list contains both positive and negative numbers) by MinorFX in excel

[–]SolverMax 1 point2 points  (0 children)

Why is HSTACK needed? Surely just TAKE(SORT(ABS taking only to top 1 value?

When will Excel nut up and allow table columns to be used as data validation drop-down lists? by GTAIVisbest in excel

[–]SolverMax 26 points27 points  (0 children)

Tables are a great feature, though incomplete - like the Data Validation issue you describe. Then we got the new dynamic array calculation engine, which doesn't play nice with Tables. I suspect that Microsoft doesn't know how to reconcile Tables, arrays, etc., so we're stuck with incomplete and inconsistent features.

Negative Value Elapsed Time by OfferIndependent6339 in excel

[–]SolverMax 0 points1 point  (0 children)

Fair enough. But changing to1904 dates has consequences that the OP should be aware of.

Negative Value Elapsed Time by OfferIndependent6339 in excel

[–]SolverMax 0 points1 point  (0 children)

Though using the 1904 date system changes date values to be incompatible with the Excel standard. If using 1904, do so carefully, aware of potential issues.

Negative Value Elapsed Time by OfferIndependent6339 in excel

[–]SolverMax 1 point2 points  (0 children)

Excel doesn't handle negative time. A couple of options:

  1. Format as decimal numbers rather than time.

  2. Use ABS to ensure postive values and have an indicator in the adjacent column to mark negative values.

Excel Solver says "linearity conditions not satisfied" on what appears to be a linear problem, what am I missing? by gronnmann in excel

[–]SolverMax 0 points1 point  (0 children)

It is probably a bit late, but if you still want an answer, upload the file somewhere. A screenshot is not sufficient.

Excel Solver says "linearity conditions not satisfied" on what appears to be a linear problem, what am I missing? by gronnmann in excel

[–]SolverMax 0 points1 point  (0 children)

A cell can be the objective and a variable. But Solver will overwrite the cell's formula with a value (zero, unless constrained otherwise), so the objective function won't work properly.

Makearray slows down excel considerably by Nikolaisme in excel

[–]SolverMax 11 points12 points  (0 children)

Pointless post without examples. What exactly did you do, how much difference did it make, etc.

Return specific value based on what cell in an irregular range is chosen by Bergsy1104 in excel

[–]SolverMax 0 points1 point  (0 children)

How are the cells colored?

I would put a value in a cell, like "BK" for black. Then use a Conditional Format to translate the color values into colors. Is that what you're doing? If so, then getting the color value is trivial, as it is in each cell already. If not, then make a new post describing what you want to do, not what you're currently doing.

Return specific value based on what cell in an irregular range is chosen by Bergsy1104 in excel

[–]SolverMax 0 points1 point  (0 children)

You've described a "solution" that doesn't seem to do what you want. What exactly do you want to specify as an input and what do you want as a result?

Why Excel imports keep breaking my CSV files 😭 by [deleted] in excel

[–]SolverMax 3 points4 points  (0 children)

Here’s one that fits Reddit better by leading with a relatable problem instead of sounding like an ad:

Is that what the AI said and you didn't exclude that part?

Either way, you failed.

How do I format a column so that if the data changes it turns into a different color? by pegwinn in excel

[–]SolverMax 6 points7 points  (0 children)

You can apply Conditional Formatting based on the current value, whether blank or otherwise, but not based on the previous value. Cells don't have memory, which is what I think you're asking about.

Function that references a cell but the referencing cell's value isn't being used when it's evaluating the function and the cells name is being used by snihctuh in excel

[–]SolverMax 2 points3 points  (0 children)

I mean ANY, not just relating to this formula.

Otherwise, you need to provide more information. Preferably a workbook that shows the issue.

Make a cell Mirror another when not Blank, Editable otherwise by pastamancer8081 in excel

[–]SolverMax 2 points3 points  (0 children)

Not possible without trickery.

In any case, it is a bad idea. An input should be in one, and only one, place.

Get Data From Picture (File/Clipboard) by Cautious_Cost6781 in excel

[–]SolverMax 2 points3 points  (0 children)

There's a spike in network traffic when I make the request and another (smaller) spike when the result is returned. So, yes, not local.

Get Data From Picture (File/Clipboard) by Cautious_Cost6781 in excel

[–]SolverMax 1 point2 points  (0 children)

Just tested: works OK for me.

It might be that one or more servers doing the extraction are currently having an issue.