![]() |
#1
|
|||
|
|||
![]()
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!! |
#2
|
|||
|
|||
![]()
=if(and(or(a1=1, a1=2, a1=3),b1<>10), c1, 0)
|
#3
|
|||
|
|||
![]()
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) |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Word Autocorrect exceptions not working. | Spotofpaint | Word | 0 | 10-23-2014 06:14 PM |
Autocorrect Exceptions not working | danvdr | Word | 6 | 05-26-2014 09:37 PM |
![]() |
jaden0605 | Excel | 1 | 03-30-2014 01:50 AM |
![]() |
jsr | Word | 2 | 09-17-2013 01:29 AM |
Exceptions for 'Capitalize first letter of sentences' | gazpacho | Word | 1 | 01-12-2012 11:43 AM |