• Hi friends !

    I have this formula:
    =REDONDEAR(((A2*100)/B2)-100; 0)

    I would like to apply it to a cell “C1” for example or any other formula, how can I apply it at the exit??

    Thank you very much as always!

Viewing 1 replies (of 1 total)
  • 
    add_action( "woe_xls_print_footer", function ($objPHPExcel,$formatter) {
    $formatter->objPHPExcel->getActiveSheet()->setCellValue( "C1", "=REDONDEAR(((A2*100)/B2)-100; 0)" );
    } ,10, 2); 
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to apply an excel formula’ is closed to new replies.