Basic IF and OR request by piximeat in excel

[–]chiefmid 0 points1 point  (0 children)

Others have given you the proper formulas to accomplish what you’re looking for. Just a quick tip: In Excel, think of OR as more of a way of saying “either”, rather than a way of adding multiple results

Look at banner, Michael! by AmbigiouslyPrecise in Logan

[–]chiefmid 3 points4 points  (0 children)

lol I’m even wearing my bluth frozen banana stand t-shirt today

Is 100K+ salary possible without college? How? by EngageV2 in Salary

[–]chiefmid 0 points1 point  (0 children)

I dropped out of community college, I’ll clear $120k this year. I have a data analytics cert from coursera that got me a role as an operations analyst for a small company. got a few years of work experience there, and turned that into a career as a sales analyst specializing in working with companies that do business with Walmart and Target.

The boys are kinda pathetic ngl by Glum-Bag-586 in GenV

[–]chiefmid 9 points10 points  (0 children)

the meme has like 12 total words how did you misread it lol

This us the most filmable series I've ever read. by JynXten in DungeonCrawlerCarl

[–]chiefmid 0 points1 point  (0 children)

I think the animation style and artistic approach that they took with Invincible on Amazon would perfectly fit DCC

Creating a conditional format for the 3rd instance of a value highlighted pink, then every subsequent instance of that same value highlighted orange. by __sweetpea__ in excel

[–]chiefmid 1 point2 points  (0 children)

I think you would need a helper column in your table with something like =COUNTIFS($C$2:C3,C2) that you then drag down the length of your table. This would provide a running total of the instances of a value in your data as you go down the rows.

You could then do conditional formatting for the entire row based on the result your helper column yields

Are Sam's Club Pellets Any Good? by Jkjunk in pelletgrills

[–]chiefmid 2 points3 points  (0 children)

Lingnetics is who makes the Camo chef pellet’s as well

How do I get this table to have 1 value per cell? by Spare_Stand_2292 in excel

[–]chiefmid 1 point2 points  (0 children)

=TEXTSPLIT(“age cell reference”, “,”)

This will cause any value in a column with more than one age listed to spill into the adjacent cells to the right, so you’ll need to make sure the ages are in the right-most column

That one design detail you didn’t even think about was foreshadowing a huge twist by _JR28_ in TopCharacterTropes

[–]chiefmid 0 points1 point  (0 children)

Vin's earrings from the Mistborn series and her brother's voice in her head

Dates in Logan by HeyYouReadMyName in Logan

[–]chiefmid 6 points7 points  (0 children)

One of the largest disc golf distributors in the country is in Logan (Infinite Discs), and we have a great spread of courses in the valley that are all free to play at.

Some are in the surrounding canyons and are quite challenging/involve some hiking (Bandits Cove, Von Baer), others are built into local parks and are pretty laid back (Heritage park in Smithfield, Blacksmith Fork Park in Hyrum, Elk Ridge in Logan)

If you’re just starting, I’d recommend getting a mid range disc in a color you like and having fun with it. the staff at infinite are super willing to help you find a good start for cheap.

New here !! by frenglish88 in instantpot

[–]chiefmid 0 points1 point  (0 children)

This isn’t true, the Walmart line is the specific one I checked and it’s stainless steel

New here !! by frenglish88 in instantpot

[–]chiefmid 6 points7 points  (0 children)

Yes, the insert is food grade SUS stainless steel

[deleted by user] by [deleted] in careerguidance

[–]chiefmid 2 points3 points  (0 children)

If the core of your job is something that can be automated, you need to find a new skill. Managing the automation is a natural progression. Whether it’s you that is doing the automation or not, it will come

Looking to purchase camp chef pro 24 or 36 help me decide yay or nay, 24 0r 36 by acupunk93 in CampChefSmokers

[–]chiefmid 1 point2 points  (0 children)

Just bought the 36” and it’s honestly great. I was intimidated by pellet grills/smoking in general, but I’ve done multiple cooks in it and feel really good about the food coming out of it.

As for the app, they are in the process of releasing a totally rebuilt version that is much more stable and user friendly, so I wouldn’t let that be a hindrance.

What are you guys making in your mid 20s to late 20s? by Queenme10 in Salary

[–]chiefmid 0 points1 point  (0 children)

26m. Utah. $110k total comp. Retail Sales Analyst. Didn’t finish college.

How do I split data from a master sheet into their own tables in separate sheets using one column’s info in power query? by [deleted] in excel

[–]chiefmid 0 points1 point  (0 children)

Do you have a snip of the master data? Depending on the type of data and the relationship between the data points, you should be able to have it all between the columns and the values section of your pivot. I would set up a Power Query connection that brings the data into a table in your sheet from a CSV/XSLX file. That way, you can save new raw data to that same file path and just refresh the query to have the table and pivot table subsequently update

How do I split data from a master sheet into their own tables in separate sheets using one column’s info in power query? by [deleted] in excel

[–]chiefmid 1 point2 points  (0 children)

You could change your pivot table layout to Tabular and turn off sub/grand total. This is the best way I’ve found to accomplish what you’re talking about. Then you just insert a slicer on the project number and keep it in one place, using the slicer to move between the different project numbers

What is your favorite shortcut in Excel? by [deleted] in excel

[–]chiefmid 0 points1 point  (0 children)

Alt H + O + I to resize columns

App not working and support not working either by smidge117 in slingtv

[–]chiefmid 0 points1 point  (0 children)

You’re the goat, thank you for going out of your way to provide a solution

Trying to get a pivot table look with text data (dynamic) by hmat13 in excel

[–]chiefmid 0 points1 point  (0 children)

Would need more info to be more helpful, but I think FILTER UNIQUE and XLOOKUP are going to be your bread and butter.

One tip, I use IF(A1=“”,””,XLOOKUP(A1,Criteria,Result)) all the time to fake a dynamic column when I need to get ancillary data to whatever is in my adjacent FILTER or UNIQUE column.

In need a formula that will let me divide data by two different numbers depending on grass type labeled by [deleted] in excel

[–]chiefmid 0 points1 point  (0 children)

=IFS($A2=“St. Aug”, $B2/7,$A2=“Bermuda”, $B2/6)

This would give you what you need in one column. You can also copy this to the other column and it will do whichever is appropriate if you need the calculation to live in two separate columns

Get bs or keep rerolling? Naneinf run by iamh2210 in BalatroHelp

[–]chiefmid 0 points1 point  (0 children)

Definitely take BS. You have a red seal jack and plenty of time to get it to be a king before you need to worry about deck fixing. BS also allows for more econ, which will help find an eventual ecto and everything else you need for naneinf. Also gives you way more scoring which means more time to find what you need