#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
M.Ummer Malik
 
Posts: n/a
Default calculation

when i apply a ifor formula and if there is a formula in source cell the
result is displaying 0 zero i whish to keep is blank in result cell if result
is 0' if all source cells are empty the result is comming as blank.(if or
formula false)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default calculation

Can you please post example(s) of your formula(e).

"M.Ummer Malik" wrote:

when i apply a ifor formula and if there is a formula in source cell the
result is displaying 0 zero i whish to keep is blank in result cell if result
is 0' if all source cells are empty the result is comming as blank.(if or
formula false)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default calculation

if(or(a2=0,a2="",0,...)

.... = your formula

hth
regards from Brazil
Marcelo

"M.Ummer Malik" escreveu:

when i apply a ifor formula and if there is a formula in source cell the
result is displaying 0 zero i whish to keep is blank in result cell if result
is 0' if all source cells are empty the result is comming as blank.(if or
formula false)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
starguy
 
Posts: n/a
Default calculation


hopfully Marcelo intended =if(or(a2=0,a2=""*)*,0,...)

Marcelo Wrote:
if(or(a2=0,a2="",0,...)

.... = your formula

hth
regards from Brazil
Marcelo

"M.Ummer Malik" escreveu:

when i apply a ifor formula and if there is a formula in source cell

the
result is displaying 0 zero i whish to keep is blank in result cell

if result
is 0' if all source cells are empty the result is comming as

blank.(if or
formula false)



--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=555981

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
starguy
 
Posts: n/a
Default calculation


hopfully Marcelo intended =if(or(a2=0,a2=""*)*,0,...)

Marcelo Wrote:
if(or(a2=0,a2="",0,...)

.... = your formula

hth
regards from Brazil
Marcelo

"M.Ummer Malik" escreveu:

when i apply a ifor formula and if there is a formula in source cell

the
result is displaying 0 zero i whish to keep is blank in result cell

if result
is 0' if all source cells are empty the result is comming as

blank.(if or
formula false)



--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=555981



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
starguy
 
Posts: n/a
Default calculation


hopfully Marcelo intended =if(or(a2=0,a2=""*)*,0,...)

Marcelo Wrote:
if(or(a2=0,a2="",0,...)

.... = your formula

hth
regards from Brazil
Marcelo

"M.Ummer Malik" escreveu:

when i apply a ifor formula and if there is a formula in source cell

the
result is displaying 0 zero i whish to keep is blank in result cell

if result
is 0' if all source cells are empty the result is comming as

blank.(if or
formula false)



--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=555981

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
starguy
 
Posts: n/a
Default calculation


hopfully Marcelo intended =if(or(a2=0,a2=""*)*,0,...)

Marcelo Wrote:
if(or(a2=0,a2="",0,...)

.... = your formula

hth
regards from Brazil
Marcelo

"M.Ummer Malik" escreveu:

when i apply a ifor formula and if there is a formula in source cell

the
result is displaying 0 zero i whish to keep is blank in result cell

if result
is 0' if all source cells are empty the result is comming as

blank.(if or
formula false)



--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=555981

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
starguy
 
Posts: n/a
Default calculation


hopfully Marcelo intended =if(or(a2=0,a2=""*)*,0,...)

Marcelo Wrote:
if(or(a2=0,a2="",0,...)

.... = your formula

hth
regards from Brazil
Marcelo

"M.Ummer Malik" escreveu:

when i apply a ifor formula and if there is a formula in source cell

the
result is displaying 0 zero i whish to keep is blank in result cell

if result
is 0' if all source cells are empty the result is comming as

blank.(if or
formula false)



--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=555981

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
starguy
 
Posts: n/a
Default calculation


hopfully Marcelo intended =if(or(a2=0,a2=""*)*,0,...)

Marcelo Wrote:
if(or(a2=0,a2="",0,...)

.... = your formula

hth
regards from Brazil
Marcelo

"M.Ummer Malik" escreveu:

when i apply a ifor formula and if there is a formula in source cell

the
result is displaying 0 zero i whish to keep is blank in result cell

if result
is 0' if all source cells are empty the result is comming as

blank.(if or
formula false)



--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=555981

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
M.Ummer Malik
 
Posts: n/a
Default calculation

IMY FORMULA IS
=IF(OR(G510,I510),($J$45+SUM($G$47:G51))-SUM($I$47:I51),"")

"Toppers" wrote:

Can you please post example(s) of your formula(e).

"M.Ummer Malik" wrote:

when i apply a ifor formula and if there is a formula in source cell the
result is displaying 0 zero i whish to keep is blank in result cell if result
is 0' if all source cells are empty the result is comming as blank.(if or
formula false)



  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
M.Ummer Malik
 
Posts: n/a
Default calculation

AND

=IF(OR(E290,I290,M290,Q290,U290),SUM(E29,I29, M29,Q29,U29,Y29),"")
"Toppers" wrote:

Can you please post example(s) of your formula(e).

"M.Ummer Malik" wrote:

when i apply a ifor formula and if there is a formula in source cell the
result is displaying 0 zero i whish to keep is blank in result cell if result
is 0' if all source cells are empty the result is comming as blank.(if or
formula false)

  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default calculation


M.Ummer Malik Wrote:
AND

=IF(OR(E290,I290,M290,Q290,U290),SUM(E29,I29, M29,Q29,U29,Y29),"")

no problem in this formula. its correct.


--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=555981

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
Equity buildup calculation JimDandy Excel Worksheet Functions 5 September 6th 05 05:57 PM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


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