#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bill gras
 
Posts: n/a
Default empty cells

Hi All

Is there a worksheet function to do this ?

I have in column AF 48 a formula as follows:
S48*AE48/100 down to 4000 rows , in some rows this formula returns a #VALUE!
error . Is there a worksheet function that will return an empty cell (no
formula just empty cell) instead of a #VALUE! error ?

thanks
regards bill
--
bill gras
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bill gras
 
Posts: n/a
Default empty cells

Hi Roger,
Thank you for your reply.
Your function still leaves the formula in the cell. What I need is the cell
to be empty , because an other formula works on some of the cells to
be empty (no formula) , as if the content of the cell has been deleted.
This is what I need AF
48 11 :- =
IF(ISERROR(S48*AE48/100),"",S48*AE48/100)
49 7 :- =
IF(ISERROR(S49*AE49/100),"",S48*AE49/100)
50 2 :- =
IF(ISERROR(S50*AE50/100),"",S48*AE50/100)
51 5 :- =
IF(ISERROR(S51*AE51/100),"",S48*AE51/100)
52
53 13 :- =
IF(ISERROR(S53*AE53/100),"",S48*AE53/100)
so on down to 4000 rows
I hope you can help

regards bill
--
bill gras


"Roger Govier" wrote:

Hi Bill

One way
=IF(ISERROR(S48*AE48/100),"",S48*AE48/100)

Regards

Roger Govier


bill gras wrote:
Hi All

Is there a worksheet function to do this ?

I have in column AF 48 a formula as follows:
S48*AE48/100 down to 4000 rows , in some rows this formula returns a #VALUE!
error . Is there a worksheet function that will return an empty cell (no
formula just empty cell) instead of a #VALUE! error ?

thanks
regards bill


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default empty cells

Hi Bill

I'm not sure I understand the layout of data you have posted.
However, you cannot have a formula that deletes itself if a condition is not
met.
The formula always has to be there.
The results of the formula are what you see.
In my example, a failure of the formula, rather than displaying an error
message, will display null "", but the formula will still be present in the
cell.

Give us an example of what you are trying to do with the results of these
cells and why the null value is giving you a problem and I or some other
member of the NG's may be able to come up with a solution for you.

Regards

Roger Govier


bill gras wrote:
Hi Roger,
Thank you for your reply.
Your function still leaves the formula in the cell. What I need is the cell
to be empty , because an other formula works on some of the cells to
be empty (no formula) , as if the content of the cell has been deleted.
This is what I need AF
48 11 :- =
IF(ISERROR(S48*AE48/100),"",S48*AE48/100)
49 7 :- =
IF(ISERROR(S49*AE49/100),"",S48*AE49/100)
50 2 :- =
IF(ISERROR(S50*AE50/100),"",S48*AE50/100)
51 5 :- =
IF(ISERROR(S51*AE51/100),"",S48*AE51/100)
52
53 13 :- =
IF(ISERROR(S53*AE53/100),"",S48*AE53/100)
so on down to 4000 rows
I hope you can help

regards bill

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default empty cells

Hi Bill

One way
=IF(ISERROR(S48*AE48/100),"",S48*AE48/100)

Regards

Roger Govier


bill gras wrote:
Hi All

Is there a worksheet function to do this ?

I have in column AF 48 a formula as follows:
S48*AE48/100 down to 4000 rows , in some rows this formula returns a #VALUE!
error . Is there a worksheet function that will return an empty cell (no
formula just empty cell) instead of a #VALUE! error ?

thanks
regards bill

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 can I remove hidden empty text cells from Excel? Bill Z1P Excel Worksheet Functions 2 October 2nd 05 08:04 PM
Copy empty cells from one workbook to another - Code Dave Peterson Excel Discussion (Misc queries) 1 September 23rd 05 02:10 PM
Empty cells at start of x axis Nanofish Charts and Charting in Excel 1 August 13th 05 03:24 PM
Excel - Autom. Filter "Empty / Non Empty cells" should come first Rom Excel Discussion (Misc queries) 0 August 10th 05 04:32 PM
how do populate empty cells with the contents of populated cells . Jim99 Excel Discussion (Misc queries) 6 April 21st 05 05:44 PM


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