I created a calendar, I would like the days of the calendar to be formatted based on the profit or loss for that day. I figured I could have a query table that takes all the data from my main dataset and groups/sums the P&L by day, and then reference this table in a formula to format the calendar. Is this possible/ the best way? what should the formula be to do this?
I only need 3 formats, red if loss, green if profit, blue of $0.
There aren't any tutorials I've found that explains this issue. All I've seen is formatting data in adjacent rows, this is much more complex issue.
I only need 3 formats, red if loss, green if profit, blue of $0.
There aren't any tutorials I've found that explains this issue. All I've seen is formatting data in adjacent rows, this is much more complex issue.