Changing the value of a cell in excel based on results in a range

Lohengrin Perez

I'm trying to automatize the result of a cell based on the color or data from a range. Explanation: It will be a "OK" or "NOT OK" in a cell when there are red cells in a range or when there are some words there. Down is the image about an example of the table I want to work with.

Example

I want to know if it is possible to do it only with formula or have to do it through VBA.

Wolfaloo

If you need to use the color you will have to use vba, you can check the color of a cell with Cell.Interior.Color

On a side note, if you do not want to use vba you could use the condition you use for your conditional formatting (Assigning the color to the cell) in the cell formula instead of using the color.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Changing arc length in excel based on a cell value

Hide Excel sheet based on value of a cell in a range

Select a range in Excel based on the value of a cell

Excel updating cell values in a range based on user changing another cell in a range

Excel changing multiple cell details based on a specific cells value

Excel Chart range based on the value in a cell in another sheet

Excel Define a range based on a cell value (column wise - A to E )

What is the Excel formula based on the value of a cell between a specific range of numbers?

Return cell's value based on its date range in Excel

Excel: Referencing Cell Range Dynamically Based on Row Search Value

In Excel/VBA, how to apply a formula to a range based on cell value?

Changing the value of a cell via excel vba if that cell happens to be part of a non contiguous range

Changing a value of a cell based on another cell

Chart range based on the value in a cell

Excel cell value as a .SetSourceData range

(Excel) Is there a way to conditional format a cell from a range of cells based on the value of an another cell?

Excel VBA Find cell address in range based on min to max value of correspoding range

Changing Values of one cell based on the Other in Excel

changing array in excel based on another cell

Changing Shape Quantity Based On Cell Value

Calculate the value of a cell based on another cell in Excel

Excel - select a cell based on adjacent cell value

Excel VBA - Copy non-blank cell value based on separate range values

How can I write an excel formula to return a value from a range based on the contents of a cell?

Macro to Copy Range and Paste Based on Cell Value

Dynamic Named Range based on Another Cell Value

Protecting/unprotecting range based on another cell value

Copy/Paste column range based on cell value

Lock cells in range based on value in cell