#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AFA AFA is offline
external usenet poster
 
Posts: 16
Default #value!

Hi all

Cell Result Formula
(672.00) (672) =--SUBSTITUTE(+$Cell,".",",")
(10.00) (10) =--SUBSTITUTE(+$cell,".",",")
#VALUE! =--SUBSTITUTE(+$cell,".",",")

any idea if i need to change the result from "#Value! to "zero" if the cell
is "nil"
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default #value!

If(iserror(A),"zero",A)

"AFA" wrote:

Hi all

Cell Result Formula
(672.00) (672) =--SUBSTITUTE(+$Cell,".",",")
(10.00) (10) =--SUBSTITUTE(+$cell,".",",")
#VALUE! =--SUBSTITUTE(+$cell,".",",")

any idea if i need to change the result from "#Value! to "zero" if the cell
is "nil"

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default #value!

=IF(A1="","zero",your formula)


"AFA" wrote:

Hi all

Cell Result Formula
(672.00) (672) =--SUBSTITUTE(+$Cell,".",",")
(10.00) (10) =--SUBSTITUTE(+$cell,".",",")
#VALUE! =--SUBSTITUTE(+$cell,".",",")

any idea if i need to change the result from "#Value! to "zero" if the cell
is "nil"

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AFA AFA is offline
external usenet poster
 
Posts: 16
Default #value!

thanks minli.

"minli" wrote:

If(iserror(A),"zero",A)

"AFA" wrote:

Hi all

Cell Result Formula
(672.00) (672) =--SUBSTITUTE(+$Cell,".",",")
(10.00) (10) =--SUBSTITUTE(+$cell,".",",")
#VALUE! =--SUBSTITUTE(+$cell,".",",")

any idea if i need to change the result from "#Value! to "zero" if the cell
is "nil"

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AFA AFA is offline
external usenet poster
 
Posts: 16
Default #value!

thanks teethless mama!

"Teethless mama" wrote:

=IF(A1="","zero",your formula)


"AFA" wrote:

Hi all

Cell Result Formula
(672.00) (672) =--SUBSTITUTE(+$Cell,".",",")
(10.00) (10) =--SUBSTITUTE(+$cell,".",",")
#VALUE! =--SUBSTITUTE(+$cell,".",",")

any idea if i need to change the result from "#Value! to "zero" if the cell
is "nil"

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



All times are GMT +1. The time now is 11:59 PM.

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"