ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Function Problem (https://www.excelbanter.com/excel-worksheet-functions/240052-function-problem.html)

SCP

Function Problem
 
Well, I'll start it to what I have so far, but I need one last improvement to
the formula to make it true, and I keep getting errors.

=IF(A14*G14<0.5,L14,(A14*G14))

I want it to multiply A x G
if the sum is less then .5 then to carry over the number from L
BUT if it's less than .5 but greater than L then to multiply it out

Thank You

Luke M

Function Problem
 
I think this is what you wanted...

If A*G <0.5: If A*GL, then display L, else display A*G

=IF(A14*G14<0.5,IF(A14*G14L14,A14*G14,L14),"")

What happens if A14*G14 is greater than 0.5?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Scp" wrote:

Well, I'll start it to what I have so far, but I need one last improvement to
the formula to make it true, and I keep getting errors.

=IF(A14*G14<0.5,L14,(A14*G14))

I want it to multiply A x G
if the sum is less then .5 then to carry over the number from L
BUT if it's less than .5 but greater than L then to multiply it out

Thank You


Eduardo

Function Problem
 
Hi,

=if(and(A14*G14<0.5,A14*G14L14), your calculation)

"Scp" wrote:

Well, I'll start it to what I have so far, but I need one last improvement to
the formula to make it true, and I keep getting errors.

=IF(A14*G14<0.5,L14,(A14*G14))

I want it to multiply A x G
if the sum is less then .5 then to carry over the number from L
BUT if it's less than .5 but greater than L then to multiply it out

Thank You


SCP

Function Problem
 
Now I see why you asked that. Okay, there's a problem, but now I know why
you asked that at the end. I want it to multiply like normal if it's over .5

Hope this helps to figure out my problem. This formula is correct except
for if it's over .5, it's giving me a blank there.

"Luke M" wrote:

I think this is what you wanted...

If A*G <0.5: If A*GL, then display L, else display A*G

=IF(A14*G14<0.5,IF(A14*G14L14,A14*G14,L14),"")

What happens if A14*G14 is greater than 0.5?
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Scp" wrote:

Well, I'll start it to what I have so far, but I need one last improvement to
the formula to make it true, and I keep getting errors.

=IF(A14*G14<0.5,L14,(A14*G14))

I want it to multiply A x G
if the sum is less then .5 then to carry over the number from L
BUT if it's less than .5 but greater than L then to multiply it out

Thank You


Luke M

Function Problem
 
So really, only display L if A*G <0.5 AND A*G L?
=IF(AND(A14*G14<0.5,A14*G14L14),L14,A14*G14)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Scp" wrote:

Well, I'll start it to what I have so far, but I need one last improvement to
the formula to make it true, and I keep getting errors.

=IF(A14*G14<0.5,L14,(A14*G14))

I want it to multiply A x G
if the sum is less then .5 then to carry over the number from L
BUT if it's less than .5 but greater than L then to multiply it out

Thank You



All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com