Oct 16 2023 09:38 AM
How do I Color Cell A1 green if Cell B1 contains "paid"?
Oct 16 2023 10:02 AM
In Excel, you can use conditional formatting to color Cell A1 green based on the content of Cell B1. Here's how you can do it:
arduinoCopy code
=B1="paid"
This formula checks if the value in Cell B1 is equal to "paid."
Now, Cell A1 will turn green if the content of Cell B1 is "paid." You can adjust the formatting and the formula as needed for your specific requirements.
Oct 16 2023 10:22 AM
What is the formula if contains "paid" within several different words like "autopaid" or "paid in full" or "to be paid"?
Oct 16 2023 10:41 AM
Oct 16 2023 06:24 PM