this will help partially because value less than 1000 should return as 0Hi:
Is this what you are looking for?
Code:=IF(B6<1000,0,MIN(1000,B6-1000))
Thanks
i tried i am uploading the file with formula. b9 has value of 963 which is less than 1000 and its returning as 1000 but it should return as 0Hi:
Did you even try the formula?
Thanks
View attachment 32465
Not sure where you are getting 1000 for 963??, It is difficult to help if you fail to pay attention to simple details. I am getting the results exactly as what your expected results are.