Hello, I need help trying to figure out the proper way to enter a formula that will show the results of two other cells based on whichever is "lesser" and also meets two other criteria.
These are the attempts I have been working on but still not able to function properly.
---------------------------------------------------------------
=IF(I7<5000,I7,IF(I5<5000,I5,IF(I7>5000,"5000.00",IF(I5>5000,"5000.00",IF("","")))))
=IF(F7>5000,F7,IF(F7<5000,"5,000.00",IF("","")))
=IF(F7>5000,"5,000",IF(F7<5000,F7,IF("","")))
=+IF(OR(K12>0),IF(AND($L$8="Yes"),K12,""),"")
=+IF(I7="","",IF(I5<I7,IF(AND(I5>5000,"5000.00",I5),IF(OR(I7<I5,(AND(I7>5000,"5000.00",I7)))))))
=+IF((I7="",""),IF(OR(I7<5000,I7<I5,I7>5000,"5000.00",I7),IF(OR(I5<5000,I5<I7,I5>5000,"5000.00",I5)))))
---------------------------------------------
Essentially we need the one main cell to only display the results of whichever out of the two other cells, "I7" and "I5" are lesser than the other and only if it is under "5,000", if the amounts are both over "5,000" than we need the main cell to display a max of "5,000". And of course, if there is nothing displayed in either cells than we want the main cell to not show anything, "If nothing , do nothing" as well.
I hope I explained that clear enough.
Thank you all for your help with this if you can figure it out... it's been driving me crazy.
- George
Bookmarks