Help for this page

Select Code to Download


  1. or download this
    '=B'.$line_count - 'B'.($line_count_plus_1)
    
  2. or download this
    '=B'.$line_count .' - B'.($line_count_plus_1)
    
  3. or download this
    "=B$line_count - B$line_count_plus_1"
    
  4. or download this
    sprintf '=B%d - B%d', $line_count, $line_count-1