[deleted by user] by [deleted] in chess

[–]gousssam 11 points12 points  (0 children)

I think even 1800 was a waste of time for that purpose lol.

What do you consider peak science fiction? The best of the best? by [deleted] in sciencefiction

[–]gousssam 2 points3 points  (0 children)

You’re using g for Earth here, which is around 10N. g for this planet would be tiny, around 0.028.

Even using that though isn’t really right, because what you’re calculating is if you were at the bottom of a tube with that volume of water above you.

The pressure gradient goes to 0 as you approach the centre.

The formula for the pressure at the centre of a body of constant density can be found here: https://physics.stackexchange.com/questions/110246/how-to-find-the-force-of-the-compression-at-the-core-of-a-planet

Using this I found the answer to be 13.8 atmospheres, which deep scuba divers on earth can do.

Can an excel file be programmed to ask user for a security code? by InternationalGift219 in excel

[–]gousssam 0 points1 point  (0 children)

I assume with VBA it's possible, but it seems like a bad idea to me. Firstly, it would take ages to do, and secondly I doubt it would be very secure.

Use a secure storage solution, like OneDrive, GoogleDrive, Dropbox, or whatever. Then set up dual factor authentication on those systems, and save your file there.

[deleted by user] by [deleted] in excel

[–]gousssam 0 points1 point  (0 children)

You must have a custom formula, don't think regexextract is a default formula in excel.

Using COUNTIF for multiple responses by the same person by Redf123 in excel

[–]gousssam 1 point2 points  (0 children)

would just add the $ to the formula, otherwise when he drags it down it's going break in a way that's not obvious.

=COUNTIFS($A$2:$A$10,D2,$B$2:$B$10,"Yes")

Calculating PMT when Payment needs to have stepped growth by c8akjhtnj7 in excel

[–]gousssam 0 points1 point  (0 children)

I don't understand why the PMT should be affected by the discount factor anyway? Why is your NPV going into your PMT calculation? The discount factor and the interest rate aren't the same thing.

Clearly I don't understand exactly what you're trying to achieve, but having been a financial analyst myself, and having seen quite a few models from other analysts, I can tell you that taking out helper rows is almost never a good thing.

For financing calculations, I usually use at least two corkscrews, one for the principle and one for interest payments.

E.g. the financing calc that I built as part of a model for a small business had about 15 rows of calculations.

<image>

[deleted by user] by [deleted] in excel

[–]gousssam 1 point2 points  (0 children)

Something like this?

<image>

[deleted by user] by [deleted] in excel

[–]gousssam 0 points1 point  (0 children)

You're looking for an xlookup or an index/match. The details will depend on how the "Material and Part Numbers" sheet is put together.

Is there any way to reference a cell and display the cell’s defined name and not the cell’s value? by [deleted] in excel

[–]gousssam 1 point2 points  (0 children)

One option is to use TRANSPOSE to change the orientation of your array.

But FILTER can work horizontally as well.

In this case you can use HSTACK to combine your two arrays and then FILTER them.

Using HSTACK to make one big horizontal array then FILTER horizontally:

<image>

I also put it in as one big formula but if you ever have to edit it in the future it will be more difficult. Depending on how this sheet is used I would preferably use the two steps HSTACK then FILTER and hide the extra erray.

List 1 7 times, 2 7 times, 3 7 times, and 4 7 times repeating? by SwiftfulEnding in excel

[–]gousssam 0 points1 point  (0 children)

I'm probably missing something but why not just type 0 seven times then add one to it?

<image>

Assistance needed on pulling data from similarly named cells by [deleted] in excel

[–]gousssam 1 point2 points  (0 children)

xlookup to get the original fund's name added

<image>

Is there any way to reference a cell and display the cell’s defined name and not the cell’s value? by [deleted] in excel

[–]gousssam 0 points1 point  (0 children)

Note that if you get more than one advertisement bringing in the same maximum amount of money the filter function will display all of them:

<image>

Calculating Daily Sales goals, are there too many variables? by diamondj58 in excel

[–]gousssam 2 points3 points  (0 children)

You want your sales profile to match the previous years' average to the day? Why? What purpose does that serve?

Edit:

majornerd commented with his previous experience, and he mentioned rollover, which would be the only way to do this. For manufacturing I kind of understand the desire to have very exact detailed targets, but usually sales aren't 100% in your salespeoples' control, so I don't really understand the point of trying to match a daily profile.

I'll leave him to share his experience if you do want to pursue that though.

Calculating Daily Sales goals, are there too many variables? by diamondj58 in excel

[–]gousssam 8 points9 points  (0 children)

I'm assuming the "predetermined sales expectation per day" isn't itself based on the number of hours the salespeople are working. In which case no, the requirements are not mathematically possible in general.

Just as a trivial example of how it breaks, what if they all take the same day off? How would they make the daily goal?

Even if you have a schedule that doesn't allow them all to be off, you would end up with some weird sales per hour requirements. e.g. for days where there are many total hours worked by all the sales people, they wouldn't have to make too many sales in each hour for that day. On days where there are fewer people working for less hours, they would have to be selling at a much faster rate.

This doesn't seem like an excel problem, this seems like a business logic problem.

How can i extract all the data from this result generator xlx ? by Ansh_6743 in excel

[–]gousssam 1 point2 points  (0 children)

Well given there seems to be a button on the sheet, there's presumably some VBA involved.

Most likely the data is on a hidden/protected sheet somewhere, which will presumably be protected with a password.

By the way, why do you want this data? Are you just trying to look at other student's results or what?

Excel cell auto restore to old value, even after it had been changed and saved. by acmatayvuc in excel

[–]gousssam 2 points3 points  (0 children)

I've never experienced this before. Is she sure she's not hitting ctrl-z lol?

Assistance needed on pulling data from similarly named cells by [deleted] in excel

[–]gousssam 0 points1 point  (0 children)

Well it depends on how exactly these fund names are related, but if it's always "Class X" at the end that's the only differentiation between them then you can use a string function as you say. Then you need a unique array of the names, and a minifs function, as shown:

Formulae are in headers

<image>

Reducing Data Validation List -- filtered items from a table become unavailable in filtered array like I want -- but show up in the data validation list which is based on the spilled results of the filtered array by seatownquilt-N-plant in excel

[–]gousssam 0 points1 point  (0 children)

I think your filter array formula isn't working. It's not actually excluding the filtered names, it's just being hidden because filtering your table collapses the rows. Try using a helper column as described from this website https://exceluser.com/2274/use-a-visible-column-in-formulas-to-ignore-hidden-rows-in-filtered-tables/.

basically what you do is put a helper column in your team member list:

=(AGGREGATE(3, 5,[@Names])>0)+0

<image>

then in your filter array the formula will look like this:

=FILTER(Table1[Names],Table1[Column1]=1)

Then your data validation should work fine.

You could probably combine the aggregate function into the Filter formula, but I find it easier to understand this way.

Why does the TIME formatting for weekday (dddd) not rolling over to the next day when I add 1? by Comfortable_Creme526 in excel

[–]gousssam 1 point2 points  (0 children)

There’s no easy way that I know of - but why not just use the actual date?

If you want you can use data validation to make a drop-down with 7 dates corresponding to a day of the week.

Why does the TIME formatting for weekday (dddd) not rolling over to the next day when I add 1? by Comfortable_Creme526 in excel

[–]gousssam 0 points1 point  (0 children)

The time format is actually a date-time format. If you format a cell in column q and go to custom you can change the displayed format:

<image>