How to the text/word of a cell in excel 2010

Closed
MNayak Posts 1 Registration date Monday 22 July 2013 Status Member Last seen 22 July 2013 - 22 Jul 2013 à 05:05
 Blocked Profile - 22 Jul 2013 à 13:43
Hi,

I am working on creating an excel spreadsheet in which I want a series of names to be outputted if the condition of another cell is valid.

For example:-

If the user selects "August" from a drop down menu then the cell should output the name of a person mentioned in another sheet in one of the cells.

Though I want a names in each individual cell but for now if anyone could help me with the use of the basic formula needed for my problem.


Thanks.


Rgds,
Mandy
Related:

1 response

Blocked Profile
22 Jul 2013 à 13:43
Good afternoon,
I hope this helps

=if(logical test, true, false)


=if(a1="somevalue","do this because it is true","cell a1 does not contain somevalue so it is false")

What? Me, help?