Number Format with Macro

  • Thread starter Thread starter Lizz45ie
  • Start date Start date
L

Lizz45ie

I am using a macro to sum some values; if the summed value is greater than
2.5M then the macro returns #NUM!. Here is what I'm using to sum the values:

"=MOD(H3*100,2)>0.5"
 
Mike,

I looked at the suggested site for the workaround. I tried a couple version
of my formula; the macro crashed.
Sample formula:

=MOD(MOD(H3*100,2)>0.5)

=H3(INT((H3*100,2))>0.5
 
Back
Top