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 problem



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

I have Excel 2000 I am trying to make this IF statement work. What I want to
do is if H44 equals a number 1 to whatever then use colum N44 if H44 equals 0
then use O44



=IF(H44=0,0,IF(OR(H44=N44,IF(OR(H44=O44))))

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

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

Don Guillett wrote:
=if(h44=0,o44,if(h440,n44,"whatever"))

I have Excel 2000 I am trying to make this IF statement work. What I want
to

[quoted text clipped - 3 lines]

=IF(H44=0,0,IF(OR(H44=N44,IF(OR(H44=O44))))



Thank you that worked perfectally.

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

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

Don Guillett wrote:
=if(h44=0,o44,if(h440,n44,"whatever"))

I have Excel 2000 I am trying to make this IF statement work. What I want
to

[quoted text clipped - 3 lines]

=IF(H44=0,0,IF(OR(H44=N44,IF(OR(H44=O44))))


another quick formula

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

=IF(G44=0,H44)

--
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 02:35 AM.


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