Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to create a formula that says the following:
if c2="" then "" but if c22 then "Yes" if not "No" I cannot get this to work :S I would appreciate someone's help. Thank you -- sss |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(C2="","",IF(C22,"Yes","No"))
-- ** John C ** "sed" wrote: I am trying to create a formula that says the following: if c2="" then "" but if c22 then "Yes" if not "No" I cannot get this to work :S I would appreciate someone's help. Thank you -- sss |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you!
-- sss "John C" wrote: =IF(C2="","",IF(C22,"Yes","No")) -- ** John C ** "sed" wrote: I am trying to create a formula that says the following: if c2="" then "" but if c22 then "Yes" if not "No" I cannot get this to work :S I would appreciate someone's help. Thank you -- sss |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the feedback, and don't forget to tip your waiter :)
-- ** John C ** "sed" wrote: Thank you! -- sss "John C" wrote: =IF(C2="","",IF(C22,"Yes","No")) -- ** John C ** "sed" wrote: I am trying to create a formula that says the following: if c2="" then "" but if c22 then "Yes" if not "No" I cannot get this to work :S I would appreciate someone's help. Thank you -- sss |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() A simple look in the help index for IF will answer your question. -- Don Guillett Microsoft MVP Excel SalesAid Software "sed" wrote in message ... I am trying to create a formula that says the following: if c2="" then "" but if c22 then "Yes" if not "No" I cannot get this to work :S I would appreciate someone's help. Thank you -- sss |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|