H
HC
I'm having a problem figuring out this IF statement.
In cell D1: =IF(A1=3,R4,IF(A1=2,R5, and the third part IF(A1=1and
N1>0,R6,"")))
If A1 equals 1 and (A1=1 and N1>0) are not met then D1 is left blank.
I can get it to work up to the point where (A1=1 and N1>0) have to be met
before inserting the price in R6 into D1.
Can someone show me how to write this statement?
In cell D1: =IF(A1=3,R4,IF(A1=2,R5, and the third part IF(A1=1and
N1>0,R6,"")))
If A1 equals 1 and (A1=1 and N1>0) are not met then D1 is left blank.
I can get it to work up to the point where (A1=1 and N1>0) have to be met
before inserting the price in R6 into D1.
Can someone show me how to write this statement?