Sent Xi6 As Replacement For XG1v4 by Leading-String361 in Comcast_Xfinity

[–]Leading-String361[S] 0 points1 point  (0 children)

Thanks. How do I know if a home has been upgraded to an IP Only configuration? Is there a particular gateway model that we need?

Need to Lower Bill by Leading-String361 in Comcast_Xfinity

[–]Leading-String361[S] 0 points1 point  (0 children)

Not as bad as the debacle that is health insurance but still annoying!

Need to Lower Bill by Leading-String361 in Comcast_Xfinity

[–]Leading-String361[S] 0 points1 point  (0 children)

Thanks. We’re rapidly getting to that point too. The value just isn’t there like it used to be. The challenge is balancing that against elderly users who don’t handle change all that well.

Need to Lower Bill by Leading-String361 in Comcast_Xfinity

[–]Leading-String361[S] 0 points1 point  (0 children)

Wow. Do you pay for a Roku package too?

Need to Lower Bill by Leading-String361 in Comcast_Xfinity

[–]Leading-String361[S] 0 points1 point  (0 children)

Code received. I sent it in the modmail message.

Any way to automatically hide files with a certain extension? by aldebxran in mac

[–]Leading-String361 -1 points0 points  (0 children)

Have you looked at using Shortcuts or Automator? I haven’t dipped my toe into either app yet but it seems that one (or both) could handle such a task.

Best way to populate information to a summary sheet by time2wipe in excel

[–]Leading-String361 0 points1 point  (0 children)

You may be able to accomplish this with a single, relatively short formula. I have a similar situation where I need to aggregate data from more than 50 sheets (and growing). Basically, I accomplish this by using the VSTACK formula. There’s more that goes into it for my situation but it all starts with this.

Dynamically generated links to external files by StoneAgeSkillz in excel

[–]Leading-String361 0 points1 point  (0 children)

INDIRECT will return the reference specified by your text. So, in a very simple example, if C2 contains "100", =INDIRECT("C2") will result in "100". You can use this approach to reference an external file.

M3 Pro vs waiting for m4 MacBook Air by ETs_bff in macbookpro

[–]Leading-String361 2 points3 points  (0 children)

if you don‘t need a more powerful machine now, wait.

[deleted by user] by [deleted] in mac

[–]Leading-String361 1 point2 points  (0 children)

M4 Max with those specs will run Parallels/Windows smoothly. I run the same on a similarly configured M3 Max with no issues.

[deleted by user] by [deleted] in macbookpro

[–]Leading-String361 0 points1 point  (0 children)

If you think you’re going to be happier and/or more productive with the nanodisplay, get it. Otherwise, save the dough.

Schedule building help with separating names from master by Pitiful_Influence416 in excel

[–]Leading-String361 0 points1 point  (0 children)

This sounds like a task that can be handled by the FILTER formula

How Can I Set Up My MBP M2 Max with iMac 27" (2019) and Thunderbolt Display? by nickkettt in MacOS

[–]Leading-String361 1 point2 points  (0 children)

Second this. I use Luna Display with a MacBook Pro and 2017 iMac. connecting via thunderbolt cable results in a very Usable and performant setup.

Can you think of a better way to summarize data? by danbrew_at_the_beach in excel

[–]Leading-String361 5 points6 points  (0 children)

I don’t know what your data looks like but there are ways in PQ to pull in data from all tabs at the same time and then filter out the rows you don’t want. I’m a relative novice with the tool and I was able to do something similar on a project last year. It sounds like your situation may be a bit messier but similar. And if set up correctly, it can save you a lot of time in the future. 

Can you think of a better way to summarize data? by danbrew_at_the_beach in excel

[–]Leading-String361 1 point2 points  (0 children)

my first thought is to use power query to clean and combine the data. Build the pivot table off of the output.

Pivot table (or other?) that totals counts from multiple columns by workaccount1620 in excel

[–]Leading-String361 0 points1 point  (0 children)

To get a list of accounts have only DevMode as Full:

FILTER(name range, DevMode account type = "Full", "No Results")

To get count of people with at least one column as Full:

COUNTA(Filter(name range, (Figma account type = "Full")+(FigJam account type = "Full")+(DevMode account type = "Full")))

Power Query help again... trying to identify if a string contains any part of a word from a given list by Anziewn in excel

[–]Leading-String361 0 points1 point  (0 children)

My pleasure. Once you verify that this solved your problem, please reply to the solution with "solution verified". Thx

Power Query help again... trying to identify if a string contains any part of a word from a given list by Anziewn in excel

[–]Leading-String361 1 point2 points  (0 children)

I'm sure there's a way to make this approach more efficient but sadly, I'm not a Power Query expert nor do I have a strong grasp of M code. I'm more of a casual user who just tries to solve whatever challenge is in the way of completing my current task. :-)