A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=IF(attendance_date="", "", IF(departure_time-arrival_time<=TIME(4, 0, 0), $, $$))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an Excel chart for child care charges. My first column is the attendance date, my second column is the arrival time, my third column is the departure time and forth is daily charges. If a child attends 4 hours or less the charge for the day is $. If they attend for more than 4 hours the charge is $$ for the day. What equation do I use to calculate daily charges based on arrival and departure and have it calculated in my fourth column?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
=IF(attendance_date="", "", IF(departure_time-arrival_time<=TIME(4, 0, 0), $, $$))