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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel Logical IF function



 
 
Thread Tools Display Modes
  #1  
Old March 20th, 2010, 05:21 AM posted to microsoft.public.excel.worksheet.functions
Stuck!
external usenet poster
 
Posts: 2
Default Excel Logical IF function

I am trying to enter in a function in Excel that if is if A5 is less than
half of D5, if true Y if false N. I can not figure out how to enter the half
of D5 in
  #2  
Old March 20th, 2010, 06:06 AM posted to microsoft.public.excel.worksheet.functions
trip_to_tokyo[_3_]
external usenet poster
 
Posts: 932
Default Excel Logical IF function

EXCEL 2007

Try this:

=IF(A5(D5/2),"Y","N")

If my comments have helped please hit Yes.

Thanks.



"Stuck!" wrote:

I am trying to enter in a function in Excel that if is if A5 is less than
half of D5, if true Y if false N. I can not figure out how to enter the half
of D5 in

  #3  
Old March 20th, 2010, 09:26 AM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
Default Excel Logical IF function

Half of D5 is =D5/2, so you want:
=if(a5d5/2,"Y","N")

Regards,
Fred

"Stuck!" wrote in message
...
I am trying to enter in a function in Excel that if is if A5 is less than
half of D5, if true Y if false N. I can not figure out how to enter the
half
of D5 in


 




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 04:49 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.