Formulas

J

Jim Pfab

Here is what I am trying to accomplish:

a2=100
answer in cell f2
b2=x then a2*b1 or
c2=x then a2*c1 or
d2=x then a2*d1 or
e2=x then a2*e1
The x will be only in one cell in a row (b1,c1,d1 & e1 will have different
%)

Thanks, Jim
 
D

David McRitchie

Hi Jim,

F2:
=a2*IF(b2="x", b1,IF(c2="x",c1,IF(d2="x",d1,IF(e2="x",e1,0))))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Merging rows based on column value 2
Forcing User inputs 1
Merged cells 1
Conditional Total in a Cell 2
Modified ACOS function 2
Simple Average ? 3
Help to create a macro 2
Round up & Autosum 1

Top