SumIf(thisRow.[Total Show Days]*thisRow.[Override CPU],thisRow.[Cost Units]=Daily )
I have another Related field pulled in with a “Base Rate”. If the above formula finds that the “Override CPU” field is blank I want it to use the “Base Rate” field amount…but to ONLY use that amount if there isn’t an override rate.
As an aside I have the 2 fields calculating Daily and Project rates then combining them later, and I am pretty sure I could do this in one step?
As always I really appreciate anyone looking at this, my brain just does NOT speak formula!
It might be close otherwise, it checks if the Override CPU is blank, and then the first section will calculate “when it’s blank”. Might need to double check the amounts to see if it gives the result you’re looking for though. Hopefully something along those lines.
Edit: Not sure about the second part but maybe someone more experienced can help for that!