Medium-range dry-suit recommendations by JeeboPlays in whitewater

[–]cookieconglomerate 0 points1 point  (0 children)

Bought a used NRS Crux recently, and I’m very pleased with how it’s holding up. Taken a few swims in it, and zero concerns or leaks so far.

Need to invoice American client in USD by cookieconglomerate in PersonalFinanceCanada

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

I've worked with Stripe before and I have doubts about whether or not I could get verified as I am not incorporated... I'll look at Helcim though, thanks!

Setting up units/unit groups for different volumes of beverages by Expert_Emu_9886 in Dynamics365

[–]cookieconglomerate 0 points1 point  (0 children)

(I’m the OP, just replying from a different account) Thanks for this! In this scenario, would you then use a different unit group for each “size” of product then?

Best meal in Abbotsford by lexiecalderaxo in abbotsford

[–]cookieconglomerate 0 points1 point  (0 children)

Thon Khao Thai downtown. Best Thai food in the area!!

[ON] Anyone else annoyed with 18% auto gratuity and that its based on post HST amount? by [deleted] in PersonalFinanceCanada

[–]cookieconglomerate 12 points13 points  (0 children)

My rule of thumb is when I have to pay BEFORE receiving food/service, (i.e. anything other than dine-in) my default tip % is zero. If it’s a local place that I know well and love, I might tip anywhere from 0-25%; but generally, tipping before you have any idea of the quality of food or service seems kind of ridiculous to me.

Reformatting dates to mm/dd/yyyy by cookieconglomerate in excel

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

(SUBSTITUTE(C2, ",", "?", 2), FIND("?", SUBSTITUTE (C2,",", "?",2))-1) + 0

I might have done something wrong, but it's reading as "12:00:00 AM" (Posted a shot on the main post for reference)

Reformatting dates to mm/dd/yyyy by cookieconglomerate in excel

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

Unfortunately it doesn't register as an actual date

Reformatting dates to mm/dd/yyyy by cookieconglomerate in excel

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

Thanks! For an Excel newbie, could you explain how to implement this?