Hi everyone
I'm using the below code which works fine:
But I'm trying to work out how to add another if statement into the above code at the end so that the following also happens:
If K29="Item Not Found" then ALSO in L29 print "Update List", otherwise J29*K29
Does that make sense, please could someone give me a hand? I've tried using the IFS statement and I can't get it to work properly
Thank you!
I'm using the below code which works fine:
Code:
=IFERROR(IF(J29="As Required","Confirm Qty",J29*K29),)
But I'm trying to work out how to add another if statement into the above code at the end so that the following also happens:
If K29="Item Not Found" then ALSO in L29 print "Update List", otherwise J29*K29
Does that make sense, please could someone give me a hand? I've tried using the IFS statement and I can't get it to work properly
Thank you!