Good morning!
I am trying to determine how much I am making per hour at various markets that I vend.
I input my markets with a start date+time field and an end date time field and have that calculate out to a duration field.
I also have my earnings field (which is what I made minus event fees, also calculated out). *it's the "Minus Fees" column I'm using for my final calculations
Logically, I should just be able to do my earnings / duration = dollars per hour amount
or in my chart's terms:
{minus fees} / {duration (show)} = $ per hour amount
However, instead of getting a nice dollar value, this is what I see:
I feel like I'm missing something incredibly obvious here because obviously,
$1,124.17 / 7 hours does not equal $0.04 cents.
It should be $160.56.
Can someone spot where I've gone wrong?
Thanks!