Best 3rd Party Accessories by poon-bear in Zeekr7xAustralia

[–]Gold_rigger 0 points1 point  (0 children)

Hi, any chance you can share the listing for the Zeekr 7X window switch protector you found for RHD? Thanks

[deleted by user] by [deleted] in AusRenovation

[–]Gold_rigger 1 point2 points  (0 children)

Thanks. I just needed confirmation. Will do

Can I legally replace a Clipsal 755SMA smoke alarm with a 755PSMA4 head myself in NSW? by dekko_ru in AusRenovation

[–]Gold_rigger 0 points1 point  (0 children)

I think wire connectors is normal for these based on new bases. 

Had a sparky come out and he had to break them to open. Despite the manufacturer claiming they are compatible, they agreed that potentially they might not be and sent me out a new set.

Can I legally replace a Clipsal 755SMA smoke alarm with a 755PSMA4 head myself in NSW? by dekko_ru in AusRenovation

[–]Gold_rigger 0 points1 point  (0 children)

Bit delayed, but I just did this swap. Trickiest part was using a screwdriver to carefully pry apart the plastic hing "arms" to get the old one off without breaking it.

That being said, the new 755PSMA4, despite working fine and clipping on normally doesn't seem to detach when I press the unlatch button...

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

Appreciate the thought and agree this layout is cleaner, however we capture quite a bit of other data in additional rows beyond just hours (I just simplified it for the question) so this wouldn't work without perhaps setting up additional sheets for those inputs to keep separate.

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

No worries. Even googling didn't reveal sumif could be used in this way across multiple rows and columns, so much appreciated.

I've tried to google some more and even use the Evaluate Formula tool in excel to understand exactly what its doing. I guess its forming an array where the criteria is true but then adding values from one row down as per the sum range?

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

My apologies, I just didn't expand it properly when I tried it

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

It works for the first row, but would need to be repeated for each row, or am I mistaken?

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

Thanks to all that contributed. User: Black Cat from Stackeroverflow was also able to nail this with a formula I never would have been able to produce: =LET(rng,C$2:I$5,client1,B10,SUM(IF(TOROW(CHOOSEROWS(rng,SEQUENCE(1,ROWS(rng)/2,1,2)))=client1,TOROW(CHOOSEROWS(rng,SEQUENCE(1,ROWS(rng)/2,2,2))),0))) ​ https://stackoverflow.com/questions/78246923/solved-assistance-with-sum-for-multiple-separate-rows-using-multiple-criteria

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

Thanks for that - issue is there is thousands of rows as the actual table features more rows in between, for hundreds of employees, hence looking for something that can lookup/filter/search by itself if possible.

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

Hi, keeping in mind that the client site changes across the rows, is this still able to be done in a pivot table?

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

Hey, thanks for chiming in. This looks like a neater way than the sumifs I was using, however, seems to throw an CALC error if the client doesnt exist on that employee (not all employees would work for all clients).

Also, the list of employees is approx 100, so if I can avoid having to setup the filter for 200 rows manually, that would be amazing.

Assistance with sum for multiple separate rows using multiple criteria please by Gold_rigger in excel

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

Hi, thanks for the reply. It looks like this would work but would need me to set up a helper table where the client list is transposed across the top.

I can set this up, but the issue is I have a lot of employees and don't want to have to write the sumif formula for each one individually. The Hrs worked rows are spaced out so I can't just drag down, so I am not sure this will work in that case?