Need someone's logical brain on a formula

Options

Hi all,

I need help fixing this formula: =COUNTIFS({TGN Bluesheet Tracking List Range 4}, =DATE(2023, 6, 20), {TGN Content Range 2}, =AND("Facebook" "Instagram" "Threads" "X" "YouTube")). I'm trying to pull the number of a specific dropdown list from a specific date.


Any ideas on the best formula?

Tags:

Answers

  • Michele R
    Options

    I am not sure if this helps or not, I created something similar for my project with multiple arguments. I wrote it like this and it worked. =COUNTIFS({Polaris minus CSC Range 1}, =Creator@row, { Polaris minus CSC Date}, >=DATE(2021, 1, 1), {Polaris minus CSC Date}, <=DATE(2021, 12, 31))

    Therefore, I think if you potentially do it like this it may work. I am still very new but have really getting into figuring out these formulas. I hope this works!

    =COUNTIFS({TGN Bluesheet Tracking List Range 4}, =DATE(2023, 6, 20), {TGN Content Range 2}, ="Facebook" , {TGN Content Range 2}, ="Instagram", {TGN Content Range 2}, = "Threads", {TGN Content Range 2}, ="X", {TGN Content Range 2}, = "YouTube")

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!