Thread
:
What Formula to Use
View Single Post
#
2
Posted to microsoft.public.excel.misc
Sandy Mann
external usenet poster
Posts: 2,345
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
Reply With Quote
Sandy Mann
View Public Profile
Find all posts by Sandy Mann