Formula Help

G

Guest

I'm building an order form where I'd like to include a formula that if a cell
equals a certain state then sales tax will be charged to the grand total and
I have no idea

So for example:

I'm trying to build the formula from cell H29
=if C10=NV then I'd like the sum (H28*G29)

if any other ST shows up then no sales tax would apply and the cell would
equal 0

this is my first post; please redirect me if excel programming is not correct
 
G

Guest

What you want is something like:

=IF(C9="NV",H28*G29,0)

Excel programming is an o.k. place to post. If all you need is a formula,
it will be supplied. If you need programming, that will be offered as well.
 
G

Guest

THANK YOU VERY VERY MUCH!!
--
Thanks! Liz


Gary''s Student said:
What you want is something like:

=IF(C9="NV",H28*G29,0)

Excel programming is an o.k. place to post. If all you need is a formula,
it will be supplied. If you need programming, that will be offered as well.
 

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

Top