#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default 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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default 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
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default 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
---

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Help required! MarkW1307 Excel Discussion (Misc queries) 5 June 5th 08 03:52 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Formula Help required [email protected] Excel Discussion (Misc queries) 2 April 1st 07 09:06 AM
Help required for formula recklaw Excel Discussion (Misc queries) 2 March 15th 06 11:11 AM
Formula help required!!! CADmanJP Excel Worksheet Functions 2 March 10th 06 03:45 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"