Addning one more condition argument to Formula
I compare and update Columns in a table based in this formula:
=IF(AND(I2<>"",J2<>""),IF(J2-I2<>0,J2-I2,"Same"),IF(J2<>"","New",IF(AND(I2="",J2=""),"None","Removed")))
How can i modify that if J=Removed then  K=Removed instead of None?
May 29th, 2015 8:02am

=IF(AND(I2="",J2="",COUNTA($I2:I2)=0),"None",IF(AND(I2<>"",J2>I2),J2-I2,IF(AND(I2="",J2<>""),"New",IF(AND(COUNTA(I2:U2)<>0,I2=J2),"Same","Removed"))))

Thanks to gaz_chops


Free Windows Admin Tool Kit Click here and download it now
May 29th, 2015 1:07pm

=IF(AND(I2="",J2="",COUNTA($I2:I2)=0),"None",IF(AND(I2<>"",J2>I2),J2-I2,IF(AND(I2="",J2<>""),"New",IF(AND(COUNTA(I2:U2)<>0,I2=J2),"Same","Removed"))))

Thanks to gaz_chops


  • Marked as answer by Eugene Laho Friday, May 29, 2015 5:05 PM
  • Edited by Eugene Laho Friday, May 29, 2015 8:52 PM
May 29th, 2015 5:05pm

=IF(AND(I2="",J2="",COUNTA($I2:I2)=0),"None",IF(AND(I2<>"",J2>I2),J2-I2,IF(AND(I2="",J2<>""),"New",IF(AND(COUNTA(I2:U2)<>0,I2=J2),"Same","Removed"))))

Thanks to gaz_chops


  • Marked as answer by Eugene Laho Friday, May 29, 2015 5:05 PM
  • Edited by Eugene Laho Friday, May 29, 2015 8:52 PM
Free Windows Admin Tool Kit Click here and download it now
May 29th, 2015 5:05pm

Hi,

Thanks for visiting our forum and sharing your experience here. It'll be benefited to our communicator.

Have a good time.

Regards,

George Zhao
TechNet Community Support

May 31st, 2015 10:26pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics