andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello,
I have been trying to do an IF formaula, and can't quite seem to get it right. It is a nested IF so here is the first part:
My value if false need to be an IF statement that takes M23,M26,M29,M32 and if any of those values (Which is time only) is greater than M20 then a positive value will be "Yes" and Negative will be "No"
Thanks
Andrew
I have been trying to do an IF formaula, and can't quite seem to get it right. It is a nested IF so here is the first part:
Code:
=IF(H35=0,"-",
My value if false need to be an IF statement that takes M23,M26,M29,M32 and if any of those values (Which is time only) is greater than M20 then a positive value will be "Yes" and Negative will be "No"
Thanks
Andrew