Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
303 views
in Technique[技术] by (71.8m points)

Excel How do I test a cell against multiple cells and return a formatted value

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...