Hello,
Can someone help me understand why my formula isn’tworking? I found online how to returnthe maximum value if two criteria are met yet I can’t figure out why it isn’tworking.
The formula is as follows…..
MAX(IF('Data'!$A:$A='Result'!B2,IF('Data'!$B:$B='Result'!B3,'Data'!$C:$C)))
There’s a lot of data so I can’t really attach the file butto summarise:
Data column A is a machine number (e.g. machine 1, machine2, machine 3), Result B2 is a specific machine (e.g. machine 2)
Data column B is a product (e.g. product 1, product 2,product 3), Result B3 is a specific product (e.g. product 3)
Data column C is a time of production (e.g. 07:00, 08:15,10:08)
What I want the formula to return is the latest time a productwas completed on a given machine.
Hope that makes sense.
Thanks!
Can someone help me understand why my formula isn’tworking? I found online how to returnthe maximum value if two criteria are met yet I can’t figure out why it isn’tworking.
The formula is as follows…..
MAX(IF('Data'!$A:$A='Result'!B2,IF('Data'!$B:$B='Result'!B3,'Data'!$C:$C)))
There’s a lot of data so I can’t really attach the file butto summarise:
Data column A is a machine number (e.g. machine 1, machine2, machine 3), Result B2 is a specific machine (e.g. machine 2)
Data column B is a product (e.g. product 1, product 2,product 3), Result B3 is a specific product (e.g. product 3)
Data column C is a time of production (e.g. 07:00, 08:15,10:08)
What I want the formula to return is the latest time a productwas completed on a given machine.
Hope that makes sense.
Thanks!