Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Turning #value into a blank cell

I have this formula A5/b5-1

Somtimes due to a pivot table there will be no numbers in the A5 and B5.
Curently it gives mea #value. is there a way to get this to be blank?

I would appreciate any help


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Turning #value into a blank cell

Hi,
same answer given in your other post
=iferror( A5/b5-1,0)

If this helps click yes, thanks



"amik" wrote:

I have this formula A5/b5-1

Somtimes due to a pivot table there will be no numbers in the A5 and B5.
Curently it gives mea #value. is there a way to get this to be blank?

I would appreciate any help


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Turning #value into a blank cell

Hi.

=IF(ISERROR( A5/B5-1),"",A5/B5-1)

Mike

"amik" wrote:

I have this formula A5/b5-1

Somtimes due to a pivot table there will be no numbers in the A5 and B5.
Curently it gives mea #value. is there a way to get this to be blank?

I would appreciate any help


  #4   Report Post  
Junior Member
 
Posts: 2
Default

Quote:
Originally Posted by amik View Post
I have this formula A5/b5-1

Somtimes due to a pivot table there will be no numbers in the A5 and B5.
Curently it gives mea #value. is there a way to get this to be blank?

I would appreciate any help
use an IF combined with an ISERROR so it should read =IF(ISERROR(A5/B5-1),"",A5/B5-1)
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
How use value of a cell without turning #VALUE! JC-PS Excel Worksheet Functions 2 October 4th 08 04:43 PM
Text Box - String to fill turning blank pallaver Excel Discussion (Misc queries) 0 August 4th 08 09:08 AM
Turning off autocomplete for one cell only Brad Excel Discussion (Misc queries) 2 January 10th 08 06:58 PM
Turning #N/A into an empty cell Thansal Excel Discussion (Misc queries) 2 July 26th 06 04:49 PM


All times are GMT +1. The time now is 03:47 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"