I would like to use the party size symbol in a form for registration, but am not seeing a formula that would count the responses?
This will require additional columns. There are a number of ways to do this. This was the fastest way I could think of. You Will need to create 2 columns and perform a vlookup. See attachment.
Also I would lock the additional columns, so they are not overwritten.
Hello there, looking for some feedback. I currently have this formula to identify FYQ. My FY goes from October-Sept. =IF(ISDATE([Referral Date]@row ) = false, "", IF(AND(YEAR([Referral Date]@row ) >= 2024, YEAR([Referral Date]@row ) <= 2025), IF(OR(MONTH([Referral Date]@row ) = 11, MONTH([Referral Date]@row ) = 12,…
This discussion was created from comments split from: Ready Status Solved - I hope this helps everyone.
The question title is kind of confusing, so here's what I'm looking to find out. I'm making a Project Plan sheet, and want to have a place that updates the estimated completion date based on how the project has progressed thus far. There are more columns in my sheet, but my question is only related to the ones in the…