Formula Help

S

sross002

I need a formula that will translate a percentage change into a word.
For instance;
if the percentage of cell a1 is negative 5% or greater I want cell b1 to
transcribe "LOWER PRICE"
if the percentage of cell a1 is 5% or greater I want cell b1 to transcribe
"HIGHER PRICE"
if trhe percentage is between -5% and +5% I want cell b1 to transcribe
"STEADY PRICE"

Thank You in advance.
 
S

sross002

What if a1 is a percentage?

Russell Dawson said:
=IF(A1<=-5,"Lower",IF(A1>=5,"Higher",IF(A1<>-5:5,"Steady")))
I'm treating the A1 entry as a number.
--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.
 

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

Formula Help 1
help with formula 1
EXCEL FORMULA 2
percentage 7
Combining Percent with Text 5
Help with formula 3
Negative percentages 1
Percentage between two given times in Excel 2

Top