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

How do I change cells from different cells?

Our take

If you want to change the color of a specific cell in a table without altering its displayed value, you can use conditional formatting. For instance, if you want to change the color of cell E24 based on the status in cell CB24, you can set a rule that formats E24 to green when CB24 contains "paid," while keeping the original value (£100) intact. This method allows visual cues without impacting the data displayed.

The question at the heart of this Reddit post touches on a fundamental misunderstanding that trips up many spreadsheet users: the difference between a cell's content and its formatting. The user believes that applying conditional formatting to change a cell's color based on another cell's value would somehow overwrite the original number, replacing £100 with the word "paid." This confusion is entirely understandable, as spreadsheet terminology can be opaque, but it speaks to a broader challenge many users face when trying to make their data work smarter, not harder.

Conditional formatting is precisely the tool that solves this problem. It allows you to apply visual changes—colors, fonts, borders—to a cell based on conditions you define, without touching the actual data inside. The number stays the number; only the appearance changes. In this case, the user would set up a rule that checks whether cell CB24 contains "paid," and if it does, the formatting (green background or text) is applied to cell E24, leaving the £100 perfectly intact. The formula they attempted, =$E$23="paid", was actually checking the wrong cell—they needed to reference CB24, not E23, and apply that condition as a formatting rule rather than a cell value.

This type of question reflects a common pain point for users who are trying to build more intelligent, self-updating spreadsheets but lack the foundational knowledge to connect the pieces. They sense that their tools should be able to do more, but the learning curve can feel steep. Similar questions appear frequently in forums and support threads, like those exploring how to make a formula for multiplying one cell by a specific number, depending on specific text in another cell, where users are trying to automate decisions based on data conditions. The underlying desire is the same: to create spreadsheets that respond dynamically to changing information rather than requiring manual updates.

What makes this worth pausing on is not the technical fix itself, which is straightforward, but what it reveals about user expectations. People want their spreadsheets to behave like intelligent systems that can signal status, highlight trends, and guide attention—all without constant manual intervention. They want the visual feedback that conditional formatting provides, but they often don't know where to start. The gap between what users imagine their tools should do and what they know how to configure is where frustration builds, but it's also where the real power of spreadsheet software lives, waiting to be discovered.

As AI-native tools continue to reshape what users can accomplish with data, the question becomes how to bridge that gap more effectively. Will future spreadsheet interfaces understand intent well enough to suggest these solutions automatically? The user in this post didn't need a complex formula—they needed someone to explain what conditional formatting actually does. Making that kind of clarity more accessible might be the next frontier in making spreadsheet technology truly empowering for everyone.

So I wanna change the colour of an individual cell within a table from a different cell without effecting the £100 (example number) as every time I use a formula such as =$E$23=“paid” and then change format colour to green it obviously won’t be able to display the £100 it would have to display the paid but I wanna be able to keep the number in the cell intact without words within it just the number £100 so in short words I wanna be able to change a cell (example E24) to green without changing the number within (£100) from a different cell (for example CB24) so anyone have any solutions on how I can achieve this please let me know.

I will not be sending my sheet for anyone to do it for me i just need to know what formula I need to create to do this as I’ve tried so many ways but none work.

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

Read on the original site

Open the publisher's page for the full experience

View original article