text in cell based on value of another cell

nparsons75

Well-known Member
Joined
Sep 23, 2013
Messages
1,254
Office Version
  1. 2016
Hi, I have a scoring system that I would like to display text in a cell base don the score.

For example, should the score be between 0 and 1.5 in A1 then this text will display in B1. "This is a sample text".

Should the score be between 1.6 and 3 then different text will display in B1.

Hope that makes sense.

Thanks,
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Like this?

=IF(A1<=1.5,"This is a sample text","Different text")
 
Upvote 0
Thank you, that works perfect, however, as this works, I have now realised another issue....

In A1 the score will vary and based on the score value I need to add some text. For example, between 0 and 1.5 there will be specific text. Between 1.5 and 2.5 will be different text. This will continue at various intervals up until 5. There is a fair amount of text also per each value, there may be too much text to run it in one formula?

Would there be a better way to do this?
 
Upvote 0
I have now realised another issue....

In A1 the score will vary and based on the score value I need to add some text. For example, between 0 and 1.5 there will be specific text. Between 1.5 and 2.5 will be different text. This will continue at various intervals up until 5. There is a fair amount of text also per each value, there may be too much text to run it in one formula?
Without details of the intervals and the texts, that is hard to answer.
 
Upvote 0

Forum statistics

Threads
1,214,973
Messages
6,122,534
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top