Question

Display the second max column row

  • 31 March 2022
  • 0 replies
  • 15 views

I am using the formula :

max(offset_list(if(is_null(${transfersacquired_sender}), null, row()),(-1*row()+1), row())) 

in This scenario, I want the test column to look like 

73

74

75

76

77

76

76

76

76

 


This topic has been closed for comments