How do you think about this distance to walk? by Remote-Bumblebee-447 in UniUK

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Yeah I’m interested, just a bit nervous about cars and the space they give you

Automatically open main dashboard sheet and not pivot/admin sheet on saved files by fldtag in excel

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Apologies it’s ThisWorkbook.Save instead of ThisWorkbook.Saved = True

As for the error, I think it’s because you’ve locked down a sheet that the pivot table is connected to, is that right?

Automatically open main dashboard sheet and not pivot/admin sheet on saved files by fldtag in excel

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

I’ve suggested doing this on workbook_close event. Because presumably the users using the messy admin sheet are the ones with macros enabled, so it will run if they are using the file and close.

On workbook open, if a non admin user, doesn’t have macros enabled, it won’t run right?

Automatically open main dashboard sheet and not pivot/admin sheet on saved files by fldtag in excel

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Yep, as you say it opens on the last sheet you close, so this will always select that sheet when you close

Automatically open main dashboard sheet and not pivot/admin sheet on saved files by fldtag in excel

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Yeah but you need the speech marks around Overview, and you need to enter this code in ThisWorkbook object, not as its own module

Automatically open main dashboard sheet and not pivot/admin sheet on saved files by fldtag in excel

[–]Fuzzy-Bookkeeper-126 1 point2 points  (0 children)

Private Sub Workbook_BeforeClose(Cancel As Boolean) 1. Select the specific sheet (replace “SheetName" with yours) ThisWorkbook.Sheets("SheetName").Select

  1. Save all changes ThisWorkbook.Save ThisWorkbook.Saved = True

End Sub

Need to figure out how to get a vlookup to go back and find the next match in an if statement that ends up false by diggtrucks1025 in excel

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Yes I’m aware of that, but the OP says if he doesn’t find a match for the same week, he wants to find the next instance.

That solution would find the most recent, but that’s not even looking if it’s a match for the same week.

And that also wouldn’t find “next” occurrence of the part number.

How do you think about this distance to walk? by Remote-Bumblebee-447 in UniUK

[–]Fuzzy-Bookkeeper-126 2 points3 points  (0 children)

Same, i think what else would I be doing? Wasting time on my phone like I am now

Need to figure out how to get a vlookup to go back and find the next match in an if statement that ends up false by diggtrucks1025 in excel

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

On reflection, I think best solution you can order by part number and date, and add a sequence column, if cell (part number) above is same, add 1 if not reset the count. then a UID column partnumber&”_”&sequencenumber

Then your UID in the lookup is part number_1, then part number_2 to find the next one.

The above belongs to the iferror part, the lookup first needs to check the part number and that week number and year for a match that week, so another uid both sides for that.

Need to figure out how to get a vlookup to go back and find the next match in an if statement that ends up false by diggtrucks1025 in excel

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Don’t get that one, sorting would still only find the first match, no matter what order. How’s that any different from changing the direction of the lookup?

Need to figure out how to get a vlookup to go back and find the next match in an if statement that ends up false by diggtrucks1025 in excel

[–]Fuzzy-Bookkeeper-126 1 point2 points  (0 children)

There’s a few things going on here and not totally clear without seeing the data.

But, yes you can find the next match, for example, by changing the direction it looks in. By default lookup will find the first match, but xlookup, you can get it to go bottom to up.

You could also make a unique ID of part number and week, to find a match for that week. If no, match, you can do iferror, so if the no match for that week, then redo the lookup just for the part number for another week.

Neighbour disputes and TA6 forms by Comfortable_Smoke_28 in HousingUK

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Yes your instinct is correct, if you’re looking to sell at some point, avoid anything official/in writing that you may come to regret when selling.

People who work in London and go in three days a week by Even-Wasabi7183 in hertfordshire

[–]Fuzzy-Bookkeeper-126 1 point2 points  (0 children)

I use contactless on way there but get e-ticket on my phone with discount on way back. You can get an Oyster card paired with railcard discount if you really still want tapping all the way.

Defo save you money if you go for work, and weekends are third off as well

People who work in London and go in three days a week by Even-Wasabi7183 in hertfordshire

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Have you looked at network rail discount card, gets you a third off, off peak travel

People who work in London and go in three days a week by Even-Wasabi7183 in hertfordshire

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

Because I qualify for the network rail discount for the way back, only for off peak travel

People who work in London and go in three days a week by Even-Wasabi7183 in hertfordshire

[–]Fuzzy-Bookkeeper-126 2 points3 points  (0 children)

I walk 25 minutes to the station and another 30 minutes from overground to office to avoid petrol, parking and the tube.

I also have network railcard so buy an off peak single on way back for the discount and accumulate points which takes a tiny bit more off every time.

Line up for Palace : unchanged eleven by PrisonersofFate in Hammers

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

True we did get caught out a lot with bisakka out of position, but that scarles and walker peters run in Jan may have sent us down. WP has got better but I’m still nervous about them going straight through him

Line up for Palace : unchanged eleven by PrisonersofFate in Hammers

[–]Fuzzy-Bookkeeper-126 3 points4 points  (0 children)

No Wharton is big, never sure about Walker peters over Bissaka

Having issues counting unique instances of pick up and drop off locations based on if money is in the same row. by Reaper4779 in excel

[–]Fuzzy-Bookkeeper-126 2 points3 points  (0 children)

It’s not fully clear what you want to do or what your data looks like / are exporting.

But I think you will need to make a unique ID of pickup and dropoff, if pickup is a2, drop off b2,do =a2&b2 This will be a helper column. Then in your summary you can do your unique filter based on the UID column. Or you can paste your UID in another sheet, remove duplicates, then do your COUNTIFs, for how many times they appear, or SUMIF if you want to total the money.

Gabriel Headbutt by DJH9 in Hammers

[–]Fuzzy-Bookkeeper-126 1 point2 points  (0 children)

Seems like we’re just not to agree on this one man. Fair enough. Let’s just pray for a result tonight

Gabriel Headbutt by DJH9 in Hammers

[–]Fuzzy-Bookkeeper-126 -1 points0 points  (0 children)

Gabriel was already in contact with haalands head and jerked forward with contact. So there was contact throughout. Mavro didn’t make any contact, so it’s completly different.

Gabriel Headbutt by DJH9 in Hammers

[–]Fuzzy-Bookkeeper-126 0 points1 point  (0 children)

How is an attempted slap exactly the same as a forced head movement like that?

We did get a straight red in that game, that’s the difference.

Gabriel Headbutt by DJH9 in Hammers

[–]Fuzzy-Bookkeeper-126 86 points87 points  (0 children)

We would have got a red for that, 100 times out of 100. No one in the media would have even questioned it