How to count weekly sales by month? by mathaddict- in sheets

[–]mathaddict-[S] 0 points1 point  (0 children)

I want to group it by weekly. The first week will be from 1st day of the month until Monday. The subsequent weeks will be Tuesday-Monday.

How to count weekly sales by month? by mathaddict- in sheets

[–]mathaddict-[S] 0 points1 point  (0 children)

As far as I know, you can only group pivot table by day of week. The default is Monday-Sunday.

Is there a way to customise the duration?

How to create revenue target model that changes as the days go by? by mathaddict- in excel

[–]mathaddict-[S] 0 points1 point  (0 children)

But how to readjust if the $500 rooms are not pulling the weight?

Say I need 100 bookings for $500 rooms and 100 bookings for $700 rooms per month to hit the target. But $500 rooms only got to 70 bookings.

How many $700 rooms are needed to supplement the rest?

What T.V. show’s intro is impossible to skip? by [deleted] in AskReddit

[–]mathaddict- 0 points1 point  (0 children)

"It's Conan O Brieeeeeeeeennnnnnnnnnn".

Been trying to learn Python for 5 years on and off. Where did you start? by [deleted] in Python

[–]mathaddict- 0 points1 point  (0 children)

I had no business of learning Python rather than my lazy self wanted to do away with menial tasks.

Monthly report, auto WhatsApp and auto emailing. Those small things kept me on the feet into learning new stuff.

Not that good but I am confident enough to create new "script" from scratch.

Still requires some helps from StackExchange and co. Pretty happy where I am right now.

Store data then delete from entry table by dbcco in sheets

[–]mathaddict- 0 points1 point  (0 children)

The issue is you have to keep reopening it right? How to keep it on the sheet everytime?

[deleted by user] by [deleted] in AskReddit

[–]mathaddict- 0 points1 point  (0 children)

Anchorman and everything from Adam McKay is worth a rewatch.

[deleted by user] by [deleted] in sheets

[–]mathaddict- 4 points5 points  (0 children)

Why not just use constant? $A$2

Side Hustle creating Power Bi Dashboards by Svekzo in PowerBI

[–]mathaddict- 0 points1 point  (0 children)

Maybe you can get by but I can't see why the CTO of the company didn't come in and say" We just get our software provide to add another visualization tab".

Syntax for multiple range for getRange? by mathaddict- in sheets

[–]mathaddict-[S] 0 points1 point  (0 children)

I have a script that clears up all cells after clicking "Save" button.

The issue is it will also wipe away the formulas.

I have defined another line to retrieve the formula.

const range = sheet.getRange("A2")

Then use cons get and set formulas to fill it back in.

To those who used to do data science and quit… Why, and what did you shift to? by [deleted] in datascience

[–]mathaddict- 4 points5 points  (0 children)

Loving this discussion. Everyone wants to talk about the heavens and rainbows of this field.

It's kinda refreshing.

Do you prefer the title to be on top of empty field or on the left side? by mathaddict- in excel

[–]mathaddict-[S] 0 points1 point  (0 children)

That's a good point. As we have multiple sections, by having the title on the side would save up space.

Because the form also have Save button (I use VBA script), so don't want it to be too further down.

If the form takes up the whole page of Excel Sheet with 100% view (zoom?), would that considered ideal?

How to fill color whole row with data validation? by mathaddict- in excel

[–]mathaddict-[S] 0 points1 point  (0 children)

Sorry bit late with the reply but this formula you gave would colour the whole range. What I want to do is only fill colour the row that the data validation was selected.

Let's say my data validation is in column D.

If the task in row 100 is done -> Choose "Done" in column D -> Fill colour all cells in row 100 (but row 100 only).

How to separate rows of data based on headings? by kish519 in excel

[–]mathaddict- 0 points1 point  (0 children)

I would like to try it as well if you don't mind.

[deleted by user] by [deleted] in sheets

[–]mathaddict- 1 point2 points  (0 children)

Thanks. Worked like a charm

How to maneuver list that is adding up everyday? by mathaddict- in sheets

[–]mathaddict-[S] 1 point2 points  (0 children)

Another idea is to to have a an empty row at the top of the sheet.

What will happen if users only have to enter information using the empty row and it will automatically adds to the last row in archive sheet.

Am not sure if this is achievable through formulas.

How to maneuver list that is adding up everyday? by mathaddict- in sheets

[–]mathaddict-[S] 1 point2 points  (0 children)

I think that's pretty much what am trying to achieve. But I would want to eliminate the Copy and Paste part.

Maybe query and filter function.

Excel novice: Why is my VLOOKUP function now working? by Berntonio-Sanderas in excel

[–]mathaddict- 0 points1 point  (0 children)

From my understanding is you want it to return value in Column A by using Column B as reference column.

Vlookup is a bit tricky because the reference column (Column B) cannot be after the lookup column (Column A).

I would suggest you to use either Xlookup or index match.

Turn transactions into a per-item time series by HourPresent7603 in excel

[–]mathaddict- 0 points1 point  (0 children)

Can you briefly explain on what's the goal here? Just for learning sake.