if statement

  • Thread starter Thread starter JR573PUTT
  • Start date Start date
J

JR573PUTT

cel b1 has a percent 12% c1 has a name "Jane",
cel b2 has a pecent 20%, cel c2 is blank,

I want to write a formula that looks at cel c1, c2 to see if there is a
name, if there is a name, I want the value in b1, b2.
 
JR573PUTT said:
cel b1 has a percent 12% c1 has a name "Jane",
cel b2 has a pecent 20%, cel c2 is blank,

I want to write a formula that looks at cel c1, c2 to see if there is
a name, if there is a name, I want the value in b1, b2.


=IF(C1<>"",B1,"")

=IF(C2<>"",B2,"")

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

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

Array Formula Using Max Match Logic 4
IF function 3
color 3
CONDITIONAL SUBTOTALS 4
find first data in a row 3
Keyboard Shortcut 3
Returning a value from text 1
How to .. 8

Back
Top