![]() |
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 |
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 |
Excel Logical IF function
Half of D5 is =D5/2, so you want:
=if(a5<d5/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 |
All times are GMT +1. The time now is 11:56 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com