![]() |
if then this statements
Can anyone help me with this statement.
If A1 is equal to or less than 100 then divide by 5. If A1 is equal to or greater than 101 then subtract 100 |
if then this statements
This will do it:
=IF(A1<=100,A1/5,A1-100) "jsayssimon" wrote: Can anyone help me with this statement. If A1 is equal to or less than 100 then divide by 5. If A1 is equal to or greater than 101 then subtract 100 |
if then this statements
=IF(A1<=100,A1/5,IF(A1=101,A1/100,"A1 is between 100 and 101 so answer is
undefined")) -- David Biddulph "jsayssimon" wrote in message ... Can anyone help me with this statement. If A1 is equal to or less than 100 then divide by 5. If A1 is equal to or greater than 101 then subtract 100 |
All times are GMT +1. The time now is 02:10 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com