Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I need to check on 2 columns to give me the following.
If G2 <= 0 and P2 < 12 "do nothing". If G2 <=0 and P2 = 12 "incorrect" If G2 0 and P2 = 12 "correct" Here is my formula, but it does not work. I am sure missing something but I cannot see it. =IF($G2<=0,IF(AND($P2<12),"do nothing",IF(AND($P2=12),"incorrect","correct"))) Thanks, Lupe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SQL concatenation statement | Excel Discussion (Misc queries) | |||
reconcile two months statement? | Excel Discussion (Misc queries) | |||
SET statement tutorial | Excel Discussion (Misc queries) | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions |