Forum Discussion
NicoleCabral
Qrew Member
I have a summary table and I want to see the projects invoiced within the current month. I need a formula that will allow the projects invoiced within the current month to be labeled as, "6 - Project Complete (Current Month)." Hopefully this makes sense. Kind of hard to explain.
------------------------------
Nicole Cabral
------------------------------
MarkShnier__You
2 years agoQrew Legend
try this (I'm assuming that ([Invoice (A)] is a date field type.
IF(FirstDayOfMonth([Invoice (A)])=FirstDayofMonth(Today()),
"6 - Project Complete (Current Month).")
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- NicoleCabral2 years agoQrew Member
It worked! So it used the first day of the month that relates to the field in Invoice (A) and today as reference? What a weird way to get to the current month, but it worked!
------------------------------
Nicole Cabral
------------------------------