B brianaclark1967 Member Dec 17, 2014 #1 Hi, I've added a simple sheet. When the two cells shown are multiplied, i only want the answer to show in the results cell if it is 133 or above. If the answer is below 133, I want the result cell to show 133. Any hints guys? Regards Brian Attachments test.xlsx test.xlsx 32.8 KB · Views: 3
Hi, I've added a simple sheet. When the two cells shown are multiplied, i only want the answer to show in the results cell if it is 133 or above. If the answer is below 133, I want the result cell to show 133. Any hints guys? Regards Brian
B brianaclark1967 Member Dec 17, 2014 #4 Hi, I've uploaded a simple test sheet. If I have two cells that multiply to give me a square metre result. It the answer is less than 1m2 the default answer of £133 is inserted. If the answer is greater than 1.0 m2, it multiplies the answer by £133 Many thanks Brian Attachments test.xlsx test.xlsx 33.9 KB · Views: 4
Hi, I've uploaded a simple test sheet. If I have two cells that multiply to give me a square metre result. It the answer is less than 1m2 the default answer of £133 is inserted. If the answer is greater than 1.0 m2, it multiplies the answer by £133 Many thanks Brian
Somendra Misra Excel Ninja Dec 17, 2014 #5 Hi Brian, Shouldn't the formula in your file in cell F4 should be =MAX(1,B4*D4)*133 as advised by @NARAYANK991 Sir ? Regards,
Hi Brian, Shouldn't the formula in your file in cell F4 should be =MAX(1,B4*D4)*133 as advised by @NARAYANK991 Sir ? Regards,
B brianaclark1967 Member Dec 18, 2014 #6 Somendra Misra said: Hi Brian, Shouldn't the formula in your file in cell F4 should be =MAX(1,B4*D4)*133 as advised by @NARAYANK991 Sir ? Regards, Click to expand... Many thanks for your help. Much appreciated. Regards Brian
Somendra Misra said: Hi Brian, Shouldn't the formula in your file in cell F4 should be =MAX(1,B4*D4)*133 as advised by @NARAYANK991 Sir ? Regards, Click to expand... Many thanks for your help. Much appreciated. Regards Brian