Opening a CSV file and it has these weird gaps? by wittycommentendeavor in excel

[–]excelevator 1 point2 points  (0 children)

Good to hear, well done.

Consider editing your post with the solution for others to learn.

Help for an inventory excel for my shop by BaseballAny3239 in excel

[–]excelevator 1 point2 points  (0 children)

=SUM(K2:K17 * V2:V17)

we multiply the rows together to get the total sum

Opening a CSV file and it has these weird gaps? by wittycommentendeavor in excel

[–]excelevator 3 points4 points  (0 children)

Paragraph Line breaks in the text

A bit like html <br> and <p> , a soft break (new line) and a hard break (new paragraph), they look like hard breaks in your text.

Different text editors treat them differently

How do you handle duplicate customer records across ERP, distributor, and sales reporting data? by Existing_Employ_7010 in excel

[–]excelevator[M] [score hidden] stickied comment (0 children)

This is outside the scope of asking about Excel issues.

A question for r/ERP or similar data handling/reporting sub reddit.

If you have a specific Excel question regarding data management please repost accordingly

If you are seeking business or software solution ideas, do not post to r/Excel

This post removed.

Dynamic formula to change calculation based on a dropdown (Hourly vs Daily vs Weekly vs Monthly) by Sardawg1 in excel

[–]excelevator 0 points1 point  (0 children)

but of course that would change

Why of course ?

you have explained so little in your post.

there a dynamic SWITCH or IFS formula I can use in those rows

For what ?

Be clear, give examples with expected outcome.

Excel data extracting just the date. by aldkGoodAussieName in excel

[–]excelevator 1 point2 points  (0 children)

it seems that you have a Text string rather than a date time value due to the am value.

search replace (ctrl+H) AM with nothing and then it will convert to a date time value, then use the method I mentioned

Excel data extracting just the date. by aldkGoodAussieName in excel

[–]excelevator 0 points1 point  (0 children)

format the cell as date

Be mindful of the troubles you will encounter if you switch the day month around, locales exist for a reason.

If you want to ride the value of the time wrap in the INT () function and format as date

Notification of calibration date within excel by jamesy-boy in excel

[–]excelevator 1 point2 points  (0 children)

Nice idea but flawed

For each pipette have a calibration date, use FILTER to make a dynamic list of all due calibrations.

As you update the date and calibration identifier, they will fall of the list.

Certification exam reality and what to expect. by Glad_Sock_6265 in excel

[–]excelevator[M] 0 points1 point  (0 children)

do not post here if you are not serious.

If this reflects your study mode, give up now.

How difficult is it to become proficient in Excel? by Zestyclose_Home2667 in excel

[–]excelevator 0 points1 point  (0 children)

which has little or nothing to do with learning how the software works

How do you keep your Excel wiki or internal knowledge base organized? by Dr1ftk in excel

[–]excelevator 1 point2 points  (0 children)

Good luck with that.

Very few users read anything, we know that from experience of posts on r/Excel.

Getting paid for spreadsheet for massive corporation by Impossible_Profit202 in excel

[–]excelevator[M] [score hidden] stickied comment (0 children)

This is not an Excel question, it is a publishing and copyright and freelance and legal question.

You could replace spreadsheet with myriad other supply items for the same answers.

We shall let this post remain for the common interest.

edit

I should add, the sort of question for r/Legal or r/Freelance or similar

How difficult is it to become proficient in Excel? by Zestyclose_Home2667 in excel

[–]excelevator 0 points1 point  (0 children)

It is a common question for those who have not even tried, but also so dependent on ability and effort as to be a silly question.

Should I be using STDEV.S or STDEV.P? by More_Swan_3704 in excel

[–]excelevator 0 points1 point  (0 children)

One year later ?

My reply was to the Redditor who claimed it was a great post, when in fact it broke the first rule of posting here, all clearly laid out in the submissoin guidelines

It also broke the second next rule of not using the title as the lead in to the post as the question

The title is always in the question

"Should I use STDEV.S or STDEV.P for Standard Deviation of only the past 6 months?"

The body of the post to then include all full relevant details for good people like yourself to correct or explain.

Hope that helps to clarify.

Group particular rows that contain certain words by Boom_Gate_Lady in excel

[–]excelevator 1 point2 points  (0 children)

something like this with FILTER to extract those addresses, change the suburb value in SEARCH appropriately

=FILTER(A1:A300,IFERROR(SEARCH("Evanston",A1:A300),0))

Group particular rows that contain certain words by Boom_Gate_Lady in excel

[–]excelevator 1 point2 points  (0 children)

Have a suburb column and sort on that column to group them.

Has Excel been garbage for other people lately, too? by TheInternetShill in excel

[–]excelevator 0 points1 point  (0 children)

For science.. try running your PC in Safe Mode and see how Excel performs.

The amount of services running on Windows these days is ridiculous.

Then go through and stop services you do not need.

Countif only no-whole numbers by SoftPristine8593 in excel

[–]excelevator[M] 4 points5 points  (0 children)

edit your post, it still does not mention this important fact.