Hw to write a macro to calculate values

  • Thread starter Thread starter Akash
  • Start date Start date
A

Akash

I want the following workflow module:

A + B - C = D

A B C D
10 10 05 = 15
20 20 10 = 30
40 60 00 = 100

What would be the Code
 
Akash,

What are you trying to do?

I don't see why you need code for the specified formula of a+b-c.
 
Hi
I can't believe any reader would have any idea what you want here. The
only thing I can think of is that in column D, row 1, you want the
formula

=A1+B1-C1

and copy down for the other rows.

regards
Paul
 
Dear Paul,

I want the Macros... Not the simple way =A1+B1-C1

I dont know how to write a macros. So thts y i asked u a sime thing to
write a simple macro, so that i could make ammendments and try to use
the same macro for Division, Multiplication, Average, Countif and more
.....

Awaiting for ur reply...

Regards

Akash
 

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

Back
Top