79200872

Date: 2024-11-18 17:39:38
Score: 0.5
Natty:
Report link

You can use the following formula

=IF(MOD(ROUNDDOWN((ROW()-1)/2,0),2)=MOD(ROUNDDOWN((COLUMN()-1)/2,0),2),
   INDEX($B$1:$B$2,MOD(ROW()-1,2)+1,MOD(COLUMN()-1,2)+1),
   0)

Thx

Reasons:
  • Blacklisted phrase (1): Thx
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mitsuru Kudo