Ok, I know a little of using if functions, but is there a way to check for multiple things in one cell?
Example, I need to return a pieces per hour for different series to calculate amount needed for a given time.
If 815, return 76
If 728, return 90
If 708, return 94
Can multiple "if"s be used in one cell? And how to string them out, or is there a different method, maybe "and" or "or"?
Example, I need to return a pieces per hour for different series to calculate amount needed for a given time.
If 815, return 76
If 728, return 90
If 708, return 94
Can multiple "if"s be used in one cell? And how to string them out, or is there a different method, maybe "and" or "or"?