Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Need help with a cross-sheet reference formula.

✭✭✭
edited 11/02/24 in Formulas and Functions

I am trying to create a cross-sheet formula so I can count the number of projects for a specific PM where the show start data is in the month of January and year is 2024. The source sheet contains show start dates that are in 2025 so I want to be able to avoid counting them by mistake. I'm basically trying to count the number of projects for each month for each project manager on a summary sheet. It is stumping Smartsheet's AI so I'm hoping a human pro can help me out. Thank you, community!

Best Answer

  • Community Champion
    Answer ✓

    =countifs({show start date},>DATE(2023, 12, 31),{Show start date},<DATE(2024, 2, 1),{PM},[PM]@row)

    You will need to create your references on the source sheet and then alter the formula for each month/year column with the appropriate dates for greater than or less than.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions