Cell formatting to show running result from given number

Trp404

New Member
Joined
Aug 25, 2011
Messages
9
I am attempting to developing an excel program to assist in analyzing, tracking and managing flight hours… I would be glad to email or attach what I have done so far if this would help.
I apologize for any confusion and will try to articulate what I need as close as I can, but I’m new at Excel.
Given:
12 columns (July-June) fiscal year.
31 rows (for each day of the month)
Row 32 shows total flight hours for each month.
Column 13 row 32 I want to show the sum of 300* (a constant) minus the total in column 13.
Example:
If the total hours in column 13 = 45 I would like the sum of -255 to show in column 13 row 32 reflecting that another 255 flight hours are required prior to June 31.
Thank you in advance for your expertise.
Trp404
* I require my pilots to fly 300 hours a year
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
That would cause a circular reference (M32 formula referencing M32).

maybe in M33

=300-M32
 
Upvote 0
Thank you so much.....:pray:
using your formula with a column change it worked perfectly!
Trp 404
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,874
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top