If

  • Thread starter Thread starter anon125
  • Start date Start date
A

anon125

i have two colums of increasing numbers.
the first time column b is greater than column a i want to put an arro
in the next column.
So far whatever i do it puts the arrow every time the b is greater tha
col a.
any ideas?
thanks
Ji
 
i have two colums of increasing numbers.
the first time column b is greater than column a i want to put an arrow
in the next column.
So far whatever i do it puts the arrow every time the b is greater than
col a.
any ideas?
thanks
Jim

One solution starting in C2

=IF(AND(B2>A2,B1<=A2),"arrow","")

HTH

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 

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

Need an Equation 6
If 2
Excel function 5
How do I count only if either/ or exist 5
SUM Q 2
countif comparing two columns 4
Nested IF Statements 6
Countif, plus ? 8

Back
Top