![]() |
#2
|
||||
|
||||
![]()
Your AND functions are doing nothing meaningful in the formulae you posted, so you may as well delete them and use just:
=IF(D3="","",IF((AF3>=59.5)*AG3<69.5,"F",IF(AG3<79 .5,"C",IF(AG3<89.5,"B","A")))) for the first formula, for example. As for the larger problem, it appears amenable to an array formula such as: =IF((SUM(IF(K3:AF3>=69.5,1,0))=COUNT(K3:AF3))*AG3< 69.5,"F",IF(AG3 <79.5,"C",IF(AG3<89.5,"B","A"))) Array formulae are input with Ctrl-Shift-Enter.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Lear2016 | Excel | 1 | 01-04-2016 12:58 PM |
![]() |
markg2 | Drawing and Graphics | 4 | 04-17-2014 04:52 AM |
![]() |
RichardD | Office | 1 | 02-10-2012 07:56 PM |
help me to manipulate excel data | ibor | Excel | 2 | 02-01-2011 03:14 AM |
How to manipulate Hyperlinks | mecaton2 | Word | 0 | 10-04-2010 06:18 AM |