1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How to Change Values Based on another Cell's Values?

Our take

Are you looking to dynamically change a cell's text based on the value of another cell? For instance, if cell B2 holds a number less than 10, you want it to display "hi." If the number is between 11 and 20, it should show "hello," and for values above 21, it should say "bye." While nested IF statements seem like an option, they can be tricky. Fortunately, there are more effective ways to achieve this. Let’s explore some solutions that will simplify your spreadsheet experience.

So basically, I'm trying to figure out how to make a cell have a certain text value depending on the number value of another cell. An example would be if B2 is less than 10, the text should say "hi", if it's between 11 and 20, it should say "hello", and if its above 21, it should say "bye". I've already tried IF statements within each other, but it wouldn't work properly. Any ideas or suggestions would be greatly appreciated.

Edit: I found the answer, thanks to everyone who commented :)

submitted by /u/VaderisPotater
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Tagged with

#rows.com#Excel compatibility#Excel alternatives for data analysis#Excel alternatives#cloud-based spreadsheet applications#Excel#cell value#text value#number value#IF statements#conditional formatting#logical operators#change values#B2#value comparison#between 11 and 20#text output#less than 10#greater than 21#text conditions