I have 3 cells containing values. I need a formula that would give the result of combining these values according to the following four possiblities. The result wouild go into cell C23.
If cell C17< cell C13 and cell C6<1 then cell C23=Cell C6 *1000
If cell C17< cell C13 and cell C6>=1 then cell C23=cell C6
If cell C17>=cell C13 and cell C6<1 then cell C23=cell C6 *500
If cell C17>= cell C13 and cell C6>=1 then cell C23=cell C6
I hope that you can understand what I am trying to do.
I have tried to do it using and & if operator but can't seem to get the right results.
Yours hopefully DAVE H
If cell C17< cell C13 and cell C6<1 then cell C23=Cell C6 *1000
If cell C17< cell C13 and cell C6>=1 then cell C23=cell C6
If cell C17>=cell C13 and cell C6<1 then cell C23=cell C6 *500
If cell C17>= cell C13 and cell C6>=1 then cell C23=cell C6
I hope that you can understand what I am trying to do.
I have tried to do it using and & if operator but can't seem to get the right results.
Yours hopefully DAVE H
Last edited: