Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() If you use this formula to calculate the elapsed time =(S3-A3)*24 then when S3 is blank you may get a large negative number (what does A3 contain, todays' date?) You don't see the large negative value because the format 0.00;; will hide negative values but the value is still there (formats don't change values they just change the display of them) and will be included in the average, hence your negative value. Average only ignores "real" blanks, not those manufactured by formatting I'm sure Toppers' approach will work for you, or just change your formula to =IF(S3,(S3-A3)*24,"") I'm assuming that A3 won't be blank and S3 contain a date....... -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=566175 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hot key for time? | Excel Discussion (Misc queries) | |||
time sheet to calculate 2 different columns | Excel Worksheet Functions | |||
Time and motion chart | Charts and Charting in Excel | |||
Excel Time Manipulation | Excel Discussion (Misc queries) | |||
conditional formatting with time values | Excel Discussion (Misc queries) |