#1   Report Post  
Jim
 
Posts: n/a
Default hide #VALUE!

I am using the following formula:

=IF(I71=0,"0%",I71/I74)

I71 has this formula:
=IF(J67=0,"",J67)

When no data shows in I71 I am receiving #VALUE! in the cell that should
return 0%, how can I fix this error?

Thanks
  #2   Report Post  
ChrisJ
 
Posts: n/a
Default

Your problem starts with the fact that you are forcing a zero length string
into I71 - this is not a numeric value. If you need to leave that formula
unchanged, I would suggest you use the following formula:
"=IF(ISNUMBER(I71),I71/I74,"0%")"

Chris
Omaha

"Jim" wrote:

I am using the following formula:

=IF(I71=0,"0%",I71/I74)

I71 has this formula:
=IF(J67=0,"",J67)

When no data shows in I71 I am receiving #VALUE! in the cell that should
return 0%, how can I fix this error?

Thanks

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
Excel - hide erroer values Kathrine J Wathne Excel Discussion (Misc queries) 1 January 10th 05 10:13 PM
hide column varun New Users to Excel 1 December 3rd 04 02:13 AM
hide columns varun Excel Worksheet Functions 1 December 2nd 04 10:05 AM
AUTO HIDE ROWS Alan Excel Worksheet Functions 1 November 27th 04 09:13 AM
Conditional Hide function for Excel mr.woofies Excel Worksheet Functions 1 October 28th 04 03:04 PM


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

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

About Us

"It's about Microsoft Excel"