I am sick and tired of MROUND not working whenever I send a workbook over to someone else. How do I substitute the ROUND function instead of the MROUND function for the following formula:
{=IF(SUM(IF(m_code=$A9,weighted))=0,"--",MROUND(SUMPRODUCT(IF(m_code=$A9,m_base25),(IF(m_code=$A9,weighted)))/SUM(IF(m_code=$A9,weighted)),(IF(SUMPRODUCT(IF(m_code=$A9,m_base25),(IF(m_code=$A9,weighted)))/SUM(IF(m_code=$A9,weighted))>=100,1,0.5))))}
the formula works but I just want to use ROUND instead of MROUND...
Thanks!
{=IF(SUM(IF(m_code=$A9,weighted))=0,"--",MROUND(SUMPRODUCT(IF(m_code=$A9,m_base25),(IF(m_code=$A9,weighted)))/SUM(IF(m_code=$A9,weighted)),(IF(SUMPRODUCT(IF(m_code=$A9,m_base25),(IF(m_code=$A9,weighted)))/SUM(IF(m_code=$A9,weighted))>=100,1,0.5))))}
the formula works but I just want to use ROUND instead of MROUND...
Thanks!