If... Then statements

B

BaldySlaphead

How can I get my Excel 2002 spreadsheet to process proper 'if then
style commands? I've tried to work this out using =if() but to n
avail.

E.G. Cell A1 contains a total.

If the results of calculation X in B1 meet a specific criteria, I wan
Cell A1 to equal A1+10 i.e. basically I want to writ
=If(B1=10,A1=A1+10,0)

I don't want to put an =if() statement in A1, since there needs to b
more than one of the above 'if then' style statements applied a
various points. I'm aware that I can't set a cell to have its own valu
plus x, but I hope the logic of what I'd like to do is clear!

Any thoughts?

Cheers,

Bald
 
D

daddylonglegs

Hi Baldy

If A1 is a total, e.g.

=SUM(Z1:Z10)

could you change that to

=SUM(Z1:Z10)+IF(B1=10,10,0
 

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


Top