Apply Date parameter in different rows
Hello,
I need to use the same date in different rows but using a formule.
I built a sheet named "Meses" with the dates like below:
to use the same dates in different rows instead of changing by hand. However it is not working because it is returning 0 in the formule below (for example):
=SUMIFS({Project_Product Release Roadmap Intervalo 11}; {Project_Product Release Roadmap Intervalo 2}; Resource318; {Project_Product Release Roadmap Intervalo 3}; {Meses Intervalo 3}; {Project_Product Release Roadmap Intervalo 3}; {Meses Intervalo 4})
If I use the dates inside works perfectly:
=SUMIFS({Project_Product Release Roadmap Intervalo 11}; {Project_Product Release Roadmap Intervalo 2}; Recurso318; {Project_Product Release Roadmap Intervalo 3}; >=DATE(2020; 10; 1); {Project_Product Release Roadmap Intervalo 3}; <=DATE(2020; 10; 2))
Could you help me?
thank you
Best Answers
-
My apologies! I see that some of the instructions in my formula are repeated/incorrect (the <=>= is not a proper instruction). In addition, you would need to wrap [these] around the date column names since there is a number and text all together in the name.
Try this:
=SUMIFS({Project_Product Release Roadmap Intervalo 11}; {Project_Product Release Roadmap Intervalo 2}; Recurso@row; {Project_Product Release Roadmap Intervalo 3}; >=[Date1]@row; {Project_Product Release Roadmap Intervalo 3}; <=[Date2]@row)
This looks for the following:
The cell in this row (Recurso@row) in the Recurso column, matches content within the column {Project_Product Release Roadmap Intervalo 2}
If the date in this row ([Date1]@row) in the Date1 column is greater or equal to a date in the column {Project_Product Release Roadmap Intervalo 3}
If the date in this row ([Date2]@row) in the Date2 column is less than or equal to a date in the column {Project_Product Release Roadmap Intervalo 3}
Then it will SUM the content in the {Intervalo 11} range, if it meets the three criteria above. Is this what you are looking to do?
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
No problem at all! I'm glad that worked for you 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
If you pull the range into a DATE() formula in your equation, would that work?
DATE({Meses Intervalo 3})
-
Hello,
Thank you for the answer.
Did not work. Appears the error below:
-
Anyone can help me?
-
You will need to reference a specific criteria after each {range}, instead of referencing an entire column after a range... this is why you're getting an error with your first formula but not with your second.
How is this formula being used in your destination sheet? Could you have specific dates listed in a Date Column in this sheet, and use that as your reference?
EX:
=SUMIFS({Project_Product Release Roadmap Intervalo 11}; {Project_Product Release Roadmap Intervalo 2}; Recurso318; {Project_Product Release Roadmap Intervalo 3}; >=[Date Column]$1; {Project_Product Release Roadmap Intervalo 3}; <=>=[Date Column]$2)
^Here I would have your two dates in rows one ($1) and two ($2). Would that work for you? If not, it would be helpful to see a full screen capture of both sheets (but please block out any sensitive data), with an explanation as to what each of your cross-sheet references are referring to.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hello @Genevieve P
Thank you for the feedback. I tried what you say and did not work.
Returned the error Incorrect Argument SET"
My date columns are:
Maybe it is the format?
-
Any clue?
-
My apologies! I see that some of the instructions in my formula are repeated/incorrect (the <=>= is not a proper instruction). In addition, you would need to wrap [these] around the date column names since there is a number and text all together in the name.
Try this:
=SUMIFS({Project_Product Release Roadmap Intervalo 11}; {Project_Product Release Roadmap Intervalo 2}; Recurso@row; {Project_Product Release Roadmap Intervalo 3}; >=[Date1]@row; {Project_Product Release Roadmap Intervalo 3}; <=[Date2]@row)
This looks for the following:
The cell in this row (Recurso@row) in the Recurso column, matches content within the column {Project_Product Release Roadmap Intervalo 2}
If the date in this row ([Date1]@row) in the Date1 column is greater or equal to a date in the column {Project_Product Release Roadmap Intervalo 3}
If the date in this row ([Date2]@row) in the Date2 column is less than or equal to a date in the column {Project_Product Release Roadmap Intervalo 3}
Then it will SUM the content in the {Intervalo 11} range, if it meets the three criteria above. Is this what you are looking to do?
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hello @Genevieve P,
It is exactly that and worked perfectly :)
Thank you very much for the help. It was a big help.
-
No problem at all! I'm glad that worked for you 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!