Hey, I am trying something with excel.. This is my desired result (of course entered manually for each cell)
I want to replicate this entirely with formulas .. In cell A1
=+IF(COLUMNS($A:A)>ROWS($1:1),COLUMNS($A:A)-1,IF(COLUMNS($A:A)=ROWS($1:1),0,ROWS($1:1)-1))
The formula I tried did not...