I am trying to create a formula in Excel 2016 to format a cell based on another cell's value. I am trying use the value in Page1 D30 to format another cell, page 2 A2, based on the criteria in the page 1 N series to format the page 2 A2 with the page 1 M series.
Sorry for the confusion this is a bit difficult to explain. in simple terms I need Page 2 A2 to look like a value in Page 1 M based on the values in Page 1 D30 compared to Page 1 N.
The code I have tried is:
=IFS('Chart Reference Page'!D30>=85%, =D27,84%>='Chart Reference Page'!D30>=70%, =D28, 69%>='Chart Reference Page'!D30>=55%, =D29,'Chart Reference Page'!D30<55%, =D30, TRUE, "")
The formatting that it needs to take on is a text value within a colored cell (D27:D30) and the values that are being evaluated are %s.
Again sorry this is hard to explain!
question from:
https://stackoverflow.com/questions/66051574/excel-how-do-i-test-a-cell-against-multiple-cells-and-return-a-formatted-value 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…