A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

If statment



 
 
Thread Tools Display Modes
  #1  
Old May 28th, 2010, 08:18 PM posted to microsoft.public.excel.misc
Cerealkiller via OfficeKB.com
external usenet poster
 
Posts: 15
Default If statment

If g44 equals 0 then h44 it is returning it as false maybe i am missing
something

=IF(G44=0,H44)

--
Message posted via http://www.officekb.com

  #2  
Old May 28th, 2010, 08:29 PM posted to microsoft.public.excel.misc
Luke M[_4_]
external usenet poster
 
Posts: 451
Default If statment

What happens if G44 0?
=IF(G44=0,H44,"Criteria not met")

--
Best Regards,

Luke M
"Cerealkiller via OfficeKB.com" u59737@uwe wrote in message
news:a8b14b1d7b679@uwe...
If g44 equals 0 then h44 it is returning it as false maybe i am missing
something

=IF(G44=0,H44)

--
Message posted via http://www.officekb.com



  #3  
Old May 28th, 2010, 08:38 PM posted to microsoft.public.excel.misc
Cerealkiller via OfficeKB.com
external usenet poster
 
Posts: 15
Default If statment

Luke M wrote:
What happens if G44 0?
=IF(G44=0,H44,"Criteria not met")

If g44 equals 0 then h44 it is returning it as false maybe i am missing
something

=IF(G44=0,H44)


If G44 is I do nto want it to do anything I want a 0 in the cell

so maybe If g44 equals 0 then h44 if g44 is then 0 I am not sure if that
make sense

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/201005/1

  #4  
Old May 28th, 2010, 08:57 PM posted to microsoft.public.excel.misc
Luke M[_4_]
external usenet poster
 
Posts: 451
Default If statment

=IF(G44=0,H44,0)

--
Best Regards,

Luke M
"Cerealkiller via OfficeKB.com" u59737@uwe wrote in message
news:a8b17939cf7a4@uwe...
Luke M wrote:
What happens if G44 0?
=IF(G44=0,H44,"Criteria not met")

If g44 equals 0 then h44 it is returning it as false maybe i am missing
something

=IF(G44=0,H44)


If G44 is I do nto want it to do anything I want a 0 in the cell

so maybe If g44 equals 0 then h44 if g44 is then 0 I am not sure if
that
make sense

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/201005/1



  #5  
Old May 28th, 2010, 09:28 PM posted to microsoft.public.excel.misc
Gord Dibben
external usenet poster
 
Posts: 20,252
Default If statment

=IF(G44=0,H44) returns H44 value if G4 is 0

Are you sure g44 is 0 or just formatted to show whole number?

Maybe value is 0.0000000012 or similar?

What happens when you use this formula?

=IF(G44=0,H44,"not zero")


Gord Dibben MS Excel MVP


On Fri, 28 May 2010 19:18:00 GMT, "Cerealkiller via OfficeKB.com"
u59737@uwe wrote:

If g44 equals 0 then h44 it is returning it as false maybe i am missing
something

=IF(G44=0,H44)


  #6  
Old May 28th, 2010, 10:09 PM posted to microsoft.public.excel.misc
Cerealkiller via OfficeKB.com
external usenet poster
 
Posts: 15
Default If statment

Gord Dibben wrote:
=IF(G44=0,H44) returns H44 value if G4 is 0

Are you sure g44 is 0 or just formatted to show whole number?

Maybe value is 0.0000000012 or similar?

What happens when you use this formula?

=IF(G44=0,H44,"not zero")

Gord Dibben MS Excel MVP

If g44 equals 0 then h44 it is returning it as false maybe i am missing
something

=IF(G44=0,H44)



Thank you the value was wrong. I thought I had the formula right but
sometimes you just need and outside look. Thank you againe now it works.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/201005/1

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:33 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.