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"
 
Hi,

This bug is well documented and Microsoft offer a workaround here

http://support.microsoft.com/?kbid=119083

--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Mod Function 4
Comparing two columns 7
VBA Programming 1
If statement; How to do something similar to - if(a1-a2>=5,+5) 6
Search for a sum! 4
Name Formula 1
Simple Macro 1
Macro Continuous Execution 8

Back
Top