Conditional data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a formula to determine time per unit produced and one of the
pieces of data is based on the number of stations on the production line
minus one (L2-1). What I need to do is have the condition set that if L2 is
greater than K2 (quantity) use L2-1 if it is not greater than K2 then us L2.
Can anyone help me?

If there is anyone using formulas to produce production data in a
manufacturing environment, any information you have would be most helpful.
 
Almost...


Just omit that internal = sign.


=M2/(K2+(IF(L2>K2,L2-1,L2)))

If you use a function like IF() inside an expression, you don't need the
equal sign inside (Excel will complain if you include it.)

Have a good weekend
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top