Question : Convert Scientific notation into Decimal values.

The formula was to calc the diff between send and recieve times where they were both >0
otherwise put "" .. this way its ignored by the xl AVERAGE Function; that data is in Column T and the =AVERAGE(T2:T26877) is in cell T1.Please see the spreadsheet attached.Please help me write the formula for above requirement in the spreadsheet attached and convert all the columns with scientific notation to decimal values,your help is highly appreciated.
Attachments:
 
File covers whats written in the requirement above.Please see colulmn T and help me convert scientific notation to decimal values.
 

Answer : Convert Scientific notation into Decimal values.

SUM(<range>)/AND(COUNTIF(<range>,"<>0"),COUNTIF(<range>,"<>"""""))

That should simply add them and not take into account whether it's a 0 or empty.
Random Solutions  
 
programming4us programming4us