SUMIFS help

trevormay99

New Member
Joined
Aug 25, 2023
Messages
23
Office Version
  1. 365
Platform
  1. Windows
I am trying to sum total work hours by week according to the current date, on multiple sheets. But my first line of code throws an error despite working as a formula on the spreadsheet itself.
Next week, week 3 and week 4 work perfectly fine but when I try to sum for the current week the macro wont run. Any tips?



Capture.PNG
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Can you post the entire code and not a picture please. I think you are missing ectra inverted commas at the
VBA Code:
""""<""""
 
Upvote 0
Welcome to the MrExcel board!

despite working as a formula on the spreadsheet itself.
I don't think that is so since it has mis-matched opening and closing parentheses. It has 12 "(" but only 11 ")"
I think that you need 5 ")" at the end and you only have 4.
I believe that your inverted comma are correct.
 
Last edited:
Upvote 0
Welcome to the MrExcel board!


I don't think that is so since it has mis-matched opening and closing parentheses. It has 12 "(" but only 11 ")"
I think that you need 5 ")" at the end and you only have 4.
I believe that your inverted comma are correct.
That did it thank you! good eye
 
Upvote 0
You're welcome. Thanks for the follow-up. :)

Next time though, please paste the actual code not an image and use the available code tags. It makes your code much easier to read/debug & copy. My signature block below has more details.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,953
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top