Number Format with Macro

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"
 
L

Lizz45ie

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
 
Top