Thread
:
Can Excel evaluate one cell and return the information in another?
View Single Post
#
3
Posted to microsoft.public.excel.misc
Sandy Mann
external usenet poster
Posts: 2,345
Can Excel evaluate one cell and return the information in another?
John,
=IF(B2="June",A1,"")
If by chance B2 contains an Excel date then use:
=IF(MONTH(B2)=6,A1,"")
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
with @tiscali.co.uk
"John" wrote in message
...
I am trying to have excel evaluate one cell for a particular month and
return
the information found in a seperate cell if it is true. IE.
If B2 = "June", then return the information in A1 (which would be a name
"Thompson"). Also if it does not say "June" then it leaves it blank.
Thompson
Capt I Blue
ER Due June
Thank you
John
Reply With Quote
Sandy Mann
View Public Profile
Find all posts by Sandy Mann