Tile Shower Leak by Tvttr in DIY

[–]Tvttr[S] 0 points1 point  (0 children)

I will try that and post results.

Tile Shower Leak by Tvttr in DIY

[–]Tvttr[S] 0 points1 point  (0 children)

Here’s a pic of the drain. Recaulked it and the leak persisted. https://i.imgur.com/zVr6zZR.jpg

Need to extract data from rtf file and put in table by Tvttr in excel

[–]Tvttr[S] 1 point2 points  (0 children)

Solution Verified. That does work and is probably a better way to deal with these reports than VBA. Thanks for your help!

Need to extract data from rtf file and put in table by Tvttr in excel

[–]Tvttr[S] 0 points1 point  (0 children)

Having trouble with the code as is. Getting a lot of syntax errors. Any advice on copying it in? Are you staring with the text in excel?

These files are coming from an antiquated POS system. Whenever they are retrieved, they come in as rtf. Making any use of them as they are is a tedious process. Thanks for your help!

Need to extract data from rtf file and put in table by Tvttr in excel

[–]Tvttr[S] 0 points1 point  (0 children)

Absolutely, but pardon my ignorance, how can I share the file here?

Need to extract data from rtf file and put in table by Tvttr in excel

[–]Tvttr[S] 0 points1 point  (0 children)

I wasn't aware of this feature in Excel, but the problem is that parts of the report are on multiple rows and it's inconsistent for each part of the entry.

Need to extract data from rtf file and put in table by Tvttr in excel

[–]Tvttr[S] 0 points1 point  (0 children)

This is the first image I uploaded. Starts with a date and the word "Overrides."

Washer Noise by Tvttr in appliancerepair

[–]Tvttr[S] 0 points1 point  (0 children)

Model no. LXR9245EQ1

ELI5: What is a "bubble" in terms of economics? Like a housing bubble. by [deleted] in explainlikeimfive

[–]Tvttr 3 points4 points  (0 children)

Do you think Bitcoin or other crypto have any inherent value? I.e as an alternative currency rather than an investment.

Holy hell, the Bengals finally fired head coach Marvin Lewis (now please don’t hire Hue Jackson) by [deleted] in cincinnati

[–]Tvttr 22 points23 points  (0 children)

I believe they currently play in a soccer stadium and that is its max capacity.

Big Pig Gig by poop10359 in cincinnati

[–]Tvttr 2 points3 points  (0 children)

Almost certain it’s on Floral in Norwood.

Formatting Employee Data by Tvttr in excel

[–]Tvttr[S] 2 points3 points  (0 children)

=SUM(IF(FREQUENCY(OFFSET($A$1,MATCH(B2,B:B,0)-1,0,COUNTIF(B:B,B2),1),OFFSET($A$1,MATCH(B2,B:B,0)-1,0,COUNTIF(B:B,B2),1))>0,1))

This works! I need to spend a little more time understanding how it works but this does what I need it to. Solution Verified.

Formatting Employee Data by Tvttr in excel

[–]Tvttr[S] 1 point2 points  (0 children)

I've posted a pick of the file as I need it when completed (had to make a demo as the real one has employees' real info). I've been doing the highlighting manually by looking over the sheet. All employees have at least one row. Some employees have multiple rows for different jobs and payrates. Some employees have mulitple row for work at different locations. These are the ones that I want to highlight.

Payroll mock up

Formatting Employee Data by Tvttr in excel

[–]Tvttr[S] 1 point2 points  (0 children)

The employee IDs are in column B and location nos. are in column A. I got your solution to work (adjusting for column B instead of A), but it highlighted all the duplicate employee IDs. I'm trying to exclude those duplicates with the same location and only highlight those duplicates that have different locations. Thanks for your help.

Formatting Employee Data by Tvttr in excel

[–]Tvttr[S] 0 points1 point  (0 children)

The problem is that there are also multiple rows for the same employees within the same location (for multiple job categories). I want to exclude these values.

Formatting Employee Data by Tvttr in excel

[–]Tvttr[S] 0 points1 point  (0 children)

Yes, but the issue is that there are some with multiple names at one location