IDR-1 Posted September 22, 2024 Share Posted September 22, 2024 Hello Would anyone be able to help with an if formula? I'm trying to make a formula which returns a YES or a NO based on the value of a cell. Ideally if the cell is less than zero it would return a NO, and if its above zero would return a yes. Any help would be appreciated. Thanks in advance. Quote Link to comment
Pat Stanford Posted September 22, 2024 Share Posted September 22, 2024 Assuming the value you want to check is in cell A1 then the formula should be: =IF(A1<0, 'No', 'Yes') 1 Quote Link to comment
IDR-1 Posted September 22, 2024 Author Share Posted September 22, 2024 That worked, much appreciated Pat!! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.