ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula required (https://www.excelbanter.com/excel-worksheet-functions/213950-formula-required.html)

Funkyfido

Formula required
 
I have the following formula but the result comes back as #value because the
cell is still blank.

Is there another formula that I could use so that I no longer get this error?

Thanks

Jarek Kujawa[_2_]

Formula required
 
could you post the formula?

On 17 Gru, 12:14, Funkyfido
wrote:
I have the following formula but the result comes back as #value because the
cell is still blank.

Is there another formula that I could use so that I no longer get this error?

Thanks



Funkyfido

Formula required
 
=(I16-N16)/N16

"Jarek Kujawa" wrote:

could you post the formula?

On 17 Gru, 12:14, Funkyfido
wrote:
I have the following formula but the result comes back as #value because the
cell is still blank.

Is there another formula that I could use so that I no longer get this error?

Thanks




Ron Rosenfeld

Formula required
 
On Wed, 17 Dec 2008 03:14:07 -0800, Funkyfido
wrote:

I have the following formula but the result comes back as #value because the
cell is still blank.

Is there another formula that I could use so that I no longer get this error?

Thanks


One way:

=IF(ISERR(your_formula),"",your_formula)
--ron

Max

Formula required
 
If you get #VALUE!, that probably means you have text (maybe a space " " ?)
somewhere in either I16 or N16

You could use COUNT to test it:
=IF(COUNT(I16,N16),(I16-N16)/N16,"")
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:21,000 Files:370 Subscribers:66
xdemechanik
---
"Funkyfido" wrote:
=(I16-N16)/N16



Max

Formula required
 
=IF(COUNT(I16,N16)=2,(I16-N16)/N16,"")
would be better, test it for both cells to contain numbers before computing
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:21,000 Files:370 Subscribers:66
xdemechanik
---



All times are GMT +1. The time now is 04:05 PM.

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