Thread
: [Solved]
Need help w/ IF function that has multiple exceptions!
View Single Post
06-11-2018, 01:53 AM
Shashi Kant
Windows 7 32bit
Office 2016
Novice
Join Date: May 2018
Posts: 16
What value you want in column C if you want A1 value then follow below
=IF(OR(AND(A1=1,A1=2,A1=3),B1<>10),A1,0)
if you want B1 value then follow below
=IF(OR(AND(A1=1,A1=2,A1=3),B1<>10),B1,0)
Shashi Kant
View Public Profile
Find all posts by Shashi Kant