Hi,
I am looking to add one more If to the following formula
=IFERROR(IF('Order Information'!AW16="","",IF('Order Information'!B16='Order Status'!AF16,"Received",IF(OR('Order Status'!AF16="",'Order Status'!AF16=0),"Ordered",IF('Order Status'!AF16<'Order Information'!B16,"Partially Received")))),"")
I need the response to be "Error, Please Check" if AF16>B16
I have been playing around but I seem to have too many arguments
Many thanks for any help
I am looking to add one more If to the following formula
=IFERROR(IF('Order Information'!AW16="","",IF('Order Information'!B16='Order Status'!AF16,"Received",IF(OR('Order Status'!AF16="",'Order Status'!AF16=0),"Ordered",IF('Order Status'!AF16<'Order Information'!B16,"Partially Received")))),"")
I need the response to be "Error, Please Check" if AF16>B16
I have been playing around but I seem to have too many arguments
Many thanks for any help