View Single Post
 
Old 08-17-2016, 05:22 PM
batota06 batota06 is offline Windows 7 64bit Office 2016
Novice
 
Join Date: Aug 2016
Posts: 1
batota06 is on a distinguished road
Default Need help w/ IF function that has multiple exceptions!

Dear Excel Gurus...

I have a bunch of data that I need to divide into different categories (columns). Is there any way that I can create a formula where it would take into account that IF column A is equal to 1, 2, or 3 (for example), AND column B does NOT equal 10, I can get the value in column C?

For now I'm using: IF(OR(A1=1, A1=2, A1=3), C1, 0), but I'm not sure how to incorporate the part about column B in there.

Thank you!!
Reply With Quote