ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   If Greater than when a formula Results in N/A (https://www.excelbanter.com/excel-worksheet-functions/7970-if-greater-than-when-formula-results-n.html)

John

If Greater than when a formula Results in N/A
 
I have a formula that will result in N/A three quarters of the year. In the
4th quarter, the survey is completed and if the survey rating is greater than
90%, I want to award a certain number of points to the task. How is this
done using the IF function considering text (the N/A) is considered greater
than 90%. The formula is awarding the points when N/A is the result during
the 1st three quarters.

=IF(R20=0.9,J20,0)

The AVERAGE Formula (using an If function for no denominator) resulting in
N/A is in cell R20.
The points to be awarded are located in J20

Any help would be appreciated.

Thanks,

Bob Phillips

=IF(ISERROR(R20),"",IF(R20=0.9,J20,0))


--

HTH
RP
(remove nothere from the email address if mailing direct)


"John" wrote in message
...
I have a formula that will result in N/A three quarters of the year. In

the
4th quarter, the survey is completed and if the survey rating is greater

than
90%, I want to award a certain number of points to the task. How is this
done using the IF function considering text (the N/A) is considered

greater
than 90%. The formula is awarding the points when N/A is the result

during
the 1st three quarters.

=IF(R20=0.9,J20,0)

The AVERAGE Formula (using an If function for no denominator) resulting in
N/A is in cell R20.
The points to be awarded are located in J20

Any help would be appreciated.

Thanks,




Frank Kabel

Hi
try
=IF(N(R20)=0.9,J20,0)

If you have a text value 'N/A' in your cell

--
Regards
Frank Kabel
Frankfurt, Germany
"John" schrieb im Newsbeitrag
...
I have a formula that will result in N/A three quarters of the year. In
the
4th quarter, the survey is completed and if the survey rating is greater
than
90%, I want to award a certain number of points to the task. How is this
done using the IF function considering text (the N/A) is considered
greater
than 90%. The formula is awarding the points when N/A is the result
during
the 1st three quarters.

=IF(R20=0.9,J20,0)

The AVERAGE Formula (using an If function for no denominator) resulting in
N/A is in cell R20.
The points to be awarded are located in J20

Any help would be appreciated.

Thanks,





All times are GMT +1. The time now is 04:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com