Thank you once again....but the first row should get a result of TRUE or FALSE

formula
=IF([@Column1]="","",IF(([@Column5]>[@Column15])=([@Column5]>[@Column15]),"",[Column5]>[Column15]))

gives me a blank cell, I desire
to get a TRUE or FALSE...and if TRUE then next should be FALSE then TRUE and so on....

Thank you