Forum Discussion

anupambit1797's avatar
anupambit1797
Steel Contributor
Jan 31, 2025
Solved

Calculate the time difference with a specific criteria

Dear Experts,                      I have a data like below in the Worksheet "Main-Page_Data" :- Column "A" -> can have only 2 values  Inactive->Connected  OR Connected->Inactive Column "...
  • m_tarler's avatar
    m_tarler
    Jan 31, 2025

    Here is an option that I think will work in legacy versions but not sure and may require ctrl-shift-enter:

    =IFERROR([@Time]-1/(1/SUMPRODUCT(MAX([Time]*([Time]<[@Time])*([ueIdCu]=[@ueIdCu])*([Starting RRC transition procedure]<>[@[Starting RRC transition procedure]])))),"")

    NOTE: this version does not provide that added warning when the prior entry is the same procedure as the current.

Resources