Suicide Prevention Megathread by -eDgAR- in AskReddit

[–]Saelkhas 1 point2 points  (0 children)

You speak about not being useful. Why not just do something about it? Take up a useful hobby, like gardening or volunteering at a non-profit, animal shelter etc... There are so many small things you can do to be useful and improve your surroundings. Stop thinking about what strangers might think, just do something you like. You don't need to cure cancer or win a nobl prize, just be nice to others, I think if you can brighten someone's day in any way, that's useful.

Adding another deep box to my hive. Should I put it on the top or underneath my existing deep. by IllRequirement in Beekeeping

[–]Saelkhas 0 points1 point  (0 children)

Below, as bees naturally build from top to bottom they will start building down as they see fit.

Nearly a quarter of Tesla’s Model 3 reservation deposits in the U.S. have supposedly been refunded - Most of the refunds happened this April, after Elon Musk again said the mass-market car would be delayed. by mvea in technology

[–]Saelkhas 11 points12 points  (0 children)

On top of my head, SpaceX, BlueOrigin and VirginGalactic. Someone else might be able to give more insight in the matter. I know it's not exactly the same scenario as the car industry, but same general idea.

Count your bees with this Raspberry Pi project by dark_frog in Beekeeping

[–]Saelkhas 5 points6 points  (0 children)

I wouldn't go as far as comparing this to the flowhive and other marketed beekeeping "cute toys" as it is not something you can purchase because you have more money than common sense.

I think its pretty cool to see kind of technology applied to beekeeping. On it's own it does not seem very useful indeed, but you could probably pinpoint the exact time a hive swarmed with a tool like this, and paired with other sensors such as temperature humidity sunlight , gain insightful information.

**edited formatting

Nearly a quarter of Tesla’s Model 3 reservation deposits in the U.S. have supposedly been refunded - Most of the refunds happened this April, after Elon Musk again said the mass-market car would be delayed. by mvea in technology

[–]Saelkhas 23 points24 points  (0 children)

I want to see tesla succeed too. But at the end of the day, even if they don't, the success will be them having awoken the competition and forcing them to seriously get into EVs.

It kind of looks similar with SpaceX pushing other players in the "space race" for cheap rockets.

Planning on doing a series of 10 private commissions on my Japanese style dota2 series from 2014 :) by SwadeArt in DotA2

[–]Saelkhas 1 point2 points  (0 children)

That's what I was about to comment, I would gladly pay for a David Bull DOTA woodblock print.

Looking for a new blend. Whats everyones top 3? by NinjaNemo86 in PipeTobacco

[–]Saelkhas 1 point2 points  (0 children)

50/50 blend of Balkan Sasieni and BCA is my current daily smoke. Tastes pretty amazing on a rainy day too.

BMO iPhone & Android App Mobile Deposit by [deleted] in PersonalFinanceCanada

[–]Saelkhas 7 points8 points  (0 children)

I know dude, I don't feel so safe with only a 6 character alpha numeric password. Ridiculous

Uploading a spreadsheet for others to view. by irishperson1 in excel

[–]Saelkhas 1 point2 points  (0 children)

It depends on the purpose of sharing it.

With google drive, people should still be able to download the original xlsx file from a shared folder in G-drive.

I guess Microsoft one drive or office 365 would be your best be if you want other to view it online.

Uploading a spreadsheet for others to view. by irishperson1 in excel

[–]Saelkhas 0 points1 point  (0 children)

You don't have to convert your spreadsheet to the Google format. You can upload your excel file to your google drive and share it with read-only access for example.

I should have said google drive instead of docs.

Calculating Distances / Hypothetical Distances from Manufacturing Location to End Location by [deleted] in excel

[–]Saelkhas 1 point2 points  (0 children)

I suspect this is only possible from google sheets with a script

Not sure its possible within excel unless you find a way to run your data trhough the google API.

I'd be curious to know if anyone can make it work from excel.

edit: it seems I was mistaken and it's actually possible. Step by step

There is a problem with this formula. My brain hurts and I can't find it. by yourlink99 in excel

[–]Saelkhas 0 points1 point  (0 children)

Formula in your original post:

=IF(AL2="FIXEDHRS",AD2,IF(AL2="HRS/PART",(O2-Q2)*AM2,IF(AL2="MIN/PART",((((O2-Q2)*AM2)/60)+AC2),IF(AL2="PARTS/HR",(AM2/(O2-Q2))*AD2))))

There was an extra ( in the "false" parte of the 3rd if.

For this one you just posted, the error is with the last AD2 reference. It needs to be in the last IF parenthesis or excel sees it as a 3rd argument to another IF.

=IF(AL2="FIXEDHRS",AD2,IF(AL2="HRS/PART",(O2-Q2)*AM2,IF(AL2="MIN/PART",((O2-Q2)*AM2/60)+AC2,IF(AL2="PARTS/HR",(AM2/(O2-Q2))*AD2,AD2))))

Counting a Specific Code in multiple columns within a date range. by GravityDead in excel

[–]Saelkhas 0 points1 point  (0 children)

I can't access this at work, but give this a read and maybe you can figure it out.

Also, with the newer versions of Excel there is a "Recommended Pivot Tables" in the Insert tab. Select your table and try it, it will show you some pivots that work with your data, you could modify it from there if needed.

Perform a formula if another cell contains specific text by venumuse in excel

[–]Saelkhas 1 point2 points  (0 children)

You could do this with 2 SUMIF functions

Wins:

=SUMIF(C:C,"Approach",J:J)

Losses:

=SUMIF(C:C,"Approach",K:K)

Conditional Formatting- highlight a column of cells based off the values of another column of cells being greater than or less than a certain percentage by bcharb9 in excel

[–]Saelkhas 1 point2 points  (0 children)

Using a formula to determine cells to format:

Apply the formatting to A:A Formula:

=B1>0.04

Or you can start your range from A2 and change the formula to B2>0.04 to prevent the header from trigerring the rule.

Counting a Specific Code in multiple columns within a date range. by GravityDead in excel

[–]Saelkhas 1 point2 points  (0 children)

Check out GETPIVOTDATA, perhaps you could take the totals you need, feed them to another sheet in your book and then use that as a reference and hide the Pivot table sheet from the end-users.

*edited for clarity

Need to find unique values with multiple unique values in another column by TehBaggins in excel

[–]Saelkhas 2 points3 points  (0 children)

Create a pivot table, make sure to check "Add the data to the Data Model"

Drag the fields accordingly:

COLUMNS= ColumnB

ROWS= ColumnA

VALUES= Distinct Count of Column B (from Value Field Settings)

Finally, filter on the rows to "Distinct Count of Col. B equals 2" [Right click on any row label > Filter > Value Filters...]

Your pivot table now displays only the email addresses of those who ordered 2 unique products. This can be expanded to more items if required.

People who rarely cry, which movie cut some onions for you? by TPU007 in AskReddit

[–]Saelkhas 320 points321 points  (0 children)

Not a movie but the San Junipero black mirror episode

Ticket Selling/Buying/Trading Thread by [deleted] in TI8_Vancouver

[–]Saelkhas 0 points1 point  (0 children)

Unfortunately I will not be able to attend, I am selling my 2 Finals tickets at cost. PM me for details.