Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jay
 
Posts: n/a
Default Help to Modify these guys

I need these three functions which work well to not display any thing or ""
if there is no data to calculate against.:
==========
=IF(AND(H18=4.5),0,H18-$I$2)

=IF(AND(H3<=5.5),0,H3-$J$2)

=IF(AND(I3=0,J3=0),"Pass","Fail")
==========

Can some one show me how to modify these three functions to not show any
value if there is no data in the refferenced fields?

If there is, HOW?
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Jay

do you mean this :-

=IF(ISBLANK(H18),"",IF(H18=4.5,0,H18-$I$2))
or
=IF(H18="","",IF(H18=4.5,0,H18-$I$2))

basically use the same method for the other two. (in the first & second
formula you posted the AND is redundant)

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Jay" wrote in message
...
I need these three functions which work well to not display any thing or ""
if there is no data to calculate against.:
==========
=IF(AND(H18=4.5),0,H18-$I$2)

=IF(AND(H3<=5.5),0,H3-$J$2)

=IF(AND(I3=0,J3=0),"Pass","Fail")
==========

Can some one show me how to modify these three functions to not show any
value if there is no data in the refferenced fields?

If there is, HOW?



  #3   Report Post  
Jay
 
Posts: n/a
Default

Julie:

Seems like that should work. Now I need these guys to the same:
=IF(AND(I19=0,J19=0),"Pass","Fail") If there is no refferenced cell data,
show nothing or "" only. How would one accomplish that?

Thanks,



"JulieD" wrote:

Hi Jay

do you mean this :-

=IF(ISBLANK(H18),"",IF(H18=4.5,0,H18-$I$2))
or
=IF(H18="","",IF(H18=4.5,0,H18-$I$2))

basically use the same method for the other two. (in the first & second
formula you posted the AND is redundant)

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Jay" wrote in message
...
I need these three functions which work well to not display any thing or ""
if there is no data to calculate against.:
==========
=IF(AND(H18=4.5),0,H18-$I$2)

=IF(AND(H3<=5.5),0,H3-$J$2)

=IF(AND(I3=0,J3=0),"Pass","Fail")
==========

Can some one show me how to modify these three functions to not show any
value if there is no data in the refferenced fields?

If there is, HOW?




  #4   Report Post  
JulieD
 
Posts: n/a
Default

Hi Jay

=IF(AND(ISBLANK(I19),ISBLANK(J19)),"",IF(AND(I19=0 ,J19=0),"Pass","Fail"))
which will return "" if both are blank
if you want "" returned if either one is blank change the AND to an OR

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Jay" wrote in message
...
Julie:

Seems like that should work. Now I need these guys to the same:
=IF(AND(I19=0,J19=0),"Pass","Fail") If there is no refferenced cell data,
show nothing or "" only. How would one accomplish that?

Thanks,



"JulieD" wrote:

Hi Jay

do you mean this :-

=IF(ISBLANK(H18),"",IF(H18=4.5,0,H18-$I$2))
or
=IF(H18="","",IF(H18=4.5,0,H18-$I$2))

basically use the same method for the other two. (in the first & second
formula you posted the AND is redundant)

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Jay" wrote in message
...
I need these three functions which work well to not display any thing or
""
if there is no data to calculate against.:
==========
=IF(AND(H18=4.5),0,H18-$I$2)

=IF(AND(H3<=5.5),0,H3-$J$2)

=IF(AND(I3=0,J3=0),"Pass","Fail")
==========

Can some one show me how to modify these three functions to not show
any
value if there is no data in the refferenced fields?

If there is, HOW?






  #5   Report Post  
Jay
 
Posts: n/a
Default

Julie:

Thanks for that one too. However, if both of the refferenced cell contains
"", the formula returns a "Fail". Which is okay, if things were not what they
are. If the refferenced cell do contain "" for a value, then, ALL I want to
see is a "", and not "FAIL" or "PASS". Just BLANK!

Maybe, I did not explain myself clearly enough before. Thanks for ALL your
assistance on this!

"JulieD" wrote:

Hi Jay

=IF(AND(ISBLANK(I19),ISBLANK(J19)),"",IF(AND(I19=0 ,J19=0),"Pass","Fail"))
which will return "" if both are blank
if you want "" returned if either one is blank change the AND to an OR

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Jay" wrote in message
...
Julie:

Seems like that should work. Now I need these guys to the same:
=IF(AND(I19=0,J19=0),"Pass","Fail") If there is no refferenced cell data,
show nothing or "" only. How would one accomplish that?

Thanks,



"JulieD" wrote:

Hi Jay

do you mean this :-

=IF(ISBLANK(H18),"",IF(H18=4.5,0,H18-$I$2))
or
=IF(H18="","",IF(H18=4.5,0,H18-$I$2))

basically use the same method for the other two. (in the first & second
formula you posted the AND is redundant)

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Jay" wrote in message
...
I need these three functions which work well to not display any thing or
""
if there is no data to calculate against.:
==========
=IF(AND(H18=4.5),0,H18-$I$2)

=IF(AND(H3<=5.5),0,H3-$J$2)

=IF(AND(I3=0,J3=0),"Pass","Fail")
==========

Can some one show me how to modify these three functions to not show
any
value if there is no data in the refferenced fields?

If there is, HOW?






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
Hi Guys. First Time Poster noah799 Excel Discussion (Misc queries) 0 March 17th 05 11:27 PM
Hi Guys. First Time Poster val929 Excel Worksheet Functions 0 March 17th 05 09:46 PM
How do I modify an existing worksheet to remove columns & contents Gil Gray Excel Discussion (Misc queries) 1 February 10th 05 05:52 PM
Modify Date Changes when NOT saving LoriStar Excel Discussion (Misc queries) 1 December 10th 04 12:14 AM
Modify SUMIF and COUNTIF to work with SUBTOTALS SSHO_99 Excel Worksheet Functions 2 November 12th 04 11:36 PM


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