Ok cant seem to figure this out please help
IF cell B1 is greater than 0 then check to see if B1 is less than A1. , if B1 is less than A1 enter B1, If B1 is greater than A1 enter A1. If B1 is less than 0 then enter A1
I think it should look like this but it isnt working
=IF(B1>0,IF(B1<A1,B1,A1),A1)
Thanks
Bookmarks