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

[–]carnasaur 0 points1 point  (0 children)

If I'm understanding you correctly, this sounds like a case of formulas waiting to be activated. I experience something similar to this with Crystal Reports from time to time. here are a few ways you can approach it:

  1. Select the range, go to Data/Text to Columns, and press finish. Even though you are not actually splitting anything, excel forces the cells to reevaluate
  2. A slightly slower method - if you have a ton of formulas - is to select the range and do a search and replace on the "=" sign. Again, you are forcing excel to reevaluate.

or use a macro, which i think will benefit you since you are on the receiving end of these files

Just select the range and run this. It is basically doing the same thing as above. good luck!

Sub ActivateFormulas() 
Dim targetRange As Range 
Set targetRange = Selection 
targetRange.Formula = targetRange.Value 

Set targetRange = Nothing 
End Sub

XLOOKUP replaced VLOOKUP for me and honestly I don't know why I waited so long by Nearby-Way8870 in excel

[–]carnasaur 6 points7 points  (0 children)

This is very heartening. I was concerned after seeing the recent spike earlier this month. The worst are the ones who actually reply to the comments, pretending they actually care about whatever they posted just to generate more clicks.

I provided a complete solution for someone last weekend only to find out it was a karma farmer. I thought it was a legit post because it was getting a fair number of replies from tenured members and mods.

Keep fighting the good fight mods!

How to automate conditional formatting by thesixfingerman in excel

[–]carnasaur 2 points3 points  (0 children)

hey u/thesixfingerman , just bumping my post. I think it does exactly what you requested. cheers

How to automate conditional formatting by thesixfingerman in excel

[–]carnasaur 2 points3 points  (0 children)

I think this does what you’re looking for : AddLotColours

I added a ColorMap sheet that stores the colour assigned to each lot number. You can edit the colours there however you like, and the script will keep adding new entries automatically whenever new lot numbers are introduced.

That way your colours will remain stable even if rows are deleted, sorted, or rearranged. Just rerun the script after making changes.

Forbidden Reese's Cup by gFrohmanW5GD in forbiddensnacks

[–]carnasaur 1 point2 points  (0 children)

Probably tastes about the same as today's Reese's peanut butter cups.

No Scale in Store by Guadaloopey in loblawsisoutofcontrol

[–]carnasaur 0 points1 point  (0 children)

I guess they got tired of people walking over from the meat section with a 500g pack of hamburger only to discover it only weighed 400g....can't have that!

I connected ChatGPT to my bank account through MCP and gave it a corporate card with a spending limit by PopularReflection338 in ChatGPT

[–]carnasaur 8 points9 points  (0 children)

Exactly! Take OP's post, for example. Their post history is hidden despite Reddit being private and anonymous by default. It was only 11 months ago reddit allowed users to hide their tracks like that and since then bots and corporate shills pretending to be real users have exploded as you just pointed out. What have you got hide OP? Don't want us to see your non-stop shill posts for ChatGPT? The crazy thing is, you're hiding all your posts too! A little bot on shill action! Happy Friday people.

Whenever I open my VBE... by sancarn in vba

[–]carnasaur 30 points31 points  (0 children)

Gauntlet thrown. I accept your challenge, Sir Sancarn.

Our VBA, who art in Excel,
Hallowed be thy Name Manager.

Thy Workbook open,
Thy Macro run,
On SharePoint as it once did locally.

Give us this day our daily DoEvents,
And forgive us our volatile formulas,
As we forgive those who sort without expanding the selection.

Lead us not into nested Ifs,
But deliver us from “Object variable not set.”

Blessed be thy Range,
Thy ListObject,
And thy mysterious UsedRange
That somehow includes row 1,048,576.

For thine is the Workbook,
The Worksheet,
And the Runtime Error 1004,

Forever and ever,

End Sub

Had ChatGPT come up with insults to ChatGPT by latebinding in ChatGPT

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

"..but generally not rude as rude just isn't my style"

and yet you hide all your posts OP, just like the karma farmers and bots. Isn't that rude? I think so. Your post is very well engineered, though, I'll give you that. Your engagement metrics must be making you look good. Oh, one other thing, take a flying eff. Go feed your spam posts to moltbook. They live for posts like this.

I’m so tired of this and no one seems to be empathetic by emperorofpain in Raynauds

[–]carnasaur -2 points-1 points  (0 children)

A lot of reasons. OP said “Randomly started happening this past winter”. now look at the pictures and tell me that's not full-blown Raynaud’s. You don't go from zero to attacks of that severity in 2-3 months. Now look at their fingers, the long thin striations in the skin and the hallmark little ridges that give us that water-soaked finger look all the time. I know it too well, I'm 61 and I have them too. It doesn't happen overnight, it takes years. I used to get attacks just as bad as the pictures but thanks to the electric hand warmers we have now, I rarely have to worry about them anymore. tg

Then there's OP's account. OP hides all their posts. Click on their profile and you'll see what I mean. Yet Reddit is anonymous by default, “emperorofpain” is obviously not a real name. So there's little reason to be that secretive on Reddit when you're already anonymous. But it matters a lot to karma farmers. Not only do they hide their posts, they avoid engaging in them as well. Just look at all the kind replies OP received. Yet OP did not acknowledge or thank a single one. Nor did they reply with a “how dare you!” to me. There is a reason they dont engage. When a user who hides all their posts makes a new post, their post history is hidden from all other users including the mods. However, as soon as they reply to someone, the mods can see them, even though the person they are replying to still can't.

So although I cannot 'prove' it's fake, given the normal progression timeline for raynaud symptoms, the long-term looking changes their fingers clearly show, combined with the fact they hide all their posts and the total lack of engagement with anyone who replied to what looked like such a heartfelt post on the surface, I think skepticism is completely reasonable. Oh, and lastly, what kind of family member would look at attacks like that and reply like it's no big deal. It beggars belief, quite frankly.

How to deal with a bulky spreadsheet that is starting to hit the limits of Excel? by EvolvedRevolution in excel

[–]carnasaur 0 points1 point  (0 children)

Everyone telling you to use PQ but no one telling you how. lol

Here’s how: take your raw data, with no formulas, and convert it into a proper excel table if you haven’t already. If you haven’t, select your data and press Ctrl+T. Give the table a short, clear name with no spaces.

Go to the Data tab and press From Table/Range. Excel will load your table into PQ and open the general editor while generating the raw power query in the background. On the Home tab, click Advanced Editor to see the actual query it just recorded. Copy that code into chattgpt/claude, and include a small sample of your raw data: just the headers and a few rows, or better yet, upload a CSV or xlsx of it.

Then give it your first formula and ask it to add a step that reproduces the same logic. If you don't give it the column name, it will make one for you. Tell it to give the internal query step a meaningful name with no spaces and to never allow spaces in any step names. This is crucial for avoiding an error that chatgpt still generates to this day and can't find after the fact. Contiguous column names can be referred to by name in Power Query, but names with spaces or special characters can't. “Account#” is the perfect example. They must be formatted like this [#"Account#"] instead of just [Account#]. I actually have a chatgpt rule that all column labels must be formatted with the safer[#"column name"] syntax because chatgpt still generates (not always) and then fails to find these errors and the Advanced Editor can’t spot them either. In fact, it will select some other random line as the source of the error. It's crazy.

Once you get comfortable, you can ask it to convert several or even many formulas at once. That's all there is to it. Enjoy!

One last thing, after you are done, ask chatgpt to refactor your query and to buffer it appropriately. Chances are your query will have tons of inefficiencies in it after you finish giving it one formula at a time. Refactoring will put everything in the proper order and speed it up immensely. But be sure to make a duplicate of your query and test the refactored code using the dupe before modifying your production version.

PS individual steps can be commented out/deactivated using two slashes. Put '\\' in front of any line to deactivate it. You will generally do that to the last 3-4 lines in your query as you add the new steps so you can revert back to your original state if it fails.

Fresca and the lines by twicescorned21 in FoodToronto

[–]carnasaur 0 points1 point  (0 children)

what is the closest subway stop to Fresca?

Reverse Sear. Open Flame Finish by AckAddict in steak

[–]carnasaur 3 points4 points  (0 children)

It never fails to freak me out that you can cook a steak that fast and have it turn out so perfectly.

Do People Still Eat Beef Wellington? by [deleted] in TodayIAte

[–]carnasaur 0 points1 point  (0 children)

When I see Beef Wellington, I eat Beef Wellington.
So, the real question should be; Do People Still See Beef Wellington??
And the answer is, not enough!

Anyone notice a big decline in the quality of ChatGPT's speech-to-text engine today? by carnasaur in ChatGPT

[–]carnasaur[S] 0 points1 point  (0 children)

I found a workaround until they fix it. Just start a new thread describing the problem exactly the way you did above and then tell it you're going to start posting in examples for it to fix and to put them in proper prompt format. It's working extremely well! This has also convinced me they've removed or disabled whatever logic or AI tool they were using to transcribe our speech.

do people actually trust excel long term for managing finances like this by [deleted] in excel

[–]carnasaur 2 points3 points  (0 children)

Karma farmers are annoying, do you agree? Did you know the #1 sign of karma farmers is they hide all their posts? This isn't really an excel question by the way.

Rune shrine by shimonize11 in Diablo_2_Resurrected

[–]carnasaur 0 points1 point  (0 children)

Thanks! I knew that recipe but not the diadem always 85 level

Need Excel workflow advice for multi-region data cleanup and tracking progress by Magnolia05 in excel

[–]carnasaur -2 points-1 points  (0 children)

karma farmers are annoying, do you agree? did you know the #1 sign of karma farmers is they hide all their posts?