View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Macro Programing

So if ... it was just straight equations, it would look sort of like this:
=SUM(A1<40.01,A2<40.01) ..., why isn't it straight equations?

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"¿Confused?" wrote in message
...
I do a payroll for my company on excel, and everyone but me is living in
the
stone age. They still haven't figured out =Sum(A1,A2). Anyways, I'm
trying
to write a macro to help me make less mistakes. If it was just straight
equations, it would look sort of like this: =SUM(A1<40.01,A2<40.01). If
anyone can help, I would appreciate it!
--
¿Confused?