View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann Sandy Mann is offline
external usenet poster
 
Posts: 2,345
Default What Formula to Use

Try:

=IF(R1C1="Yes",R2C1,0)

or:

=IF(A1="Yes",A2,0)

for A1 style

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"NAGYO" .(donotspam) wrote in message
...
Scenario:

C1R1 has a Yes or No Option

C2R1 has a "numerical value in it"

C3R1 needs a formula that would pick the numerical value in C2R1 if the
answer in C1R1 is "Yes" , if the answer is "No" it would put a "0" in that
column.

Thank you
--
NAGYO