Microsoft Office Professional 2007 Full Version for PC Logo
Posted on Feb 25, 2008
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Excel function i want to know what function i can use when i want a center number to appear when a certain text is entered in a specific cell. let's say: if cell a1 is girl then cell b2 would show as 1

2 Answers

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Champion:

An expert who has answered 200 questions.

  • Expert 214 Answers
  • Posted on May 11, 2008
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Champion:

An expert who has answered 200 questions.

Joined: Apr 07, 2008
Answers
214
Questions
0
Helped
67781
Points
499

If you wanted to use a List of words and assign a number to each word:

Use a pre-set list (use Data Validation for best results)
Easy method:
Use as many columns as there are words in your list plus one.
If your list is Go, Stop, Pause then in the first cell write =IF(A1="Go","1","") in the second cell write =IF(B1="Stop","2","") in the third vell write =IF(C1="Pause","3","") in the fourth cell write =CONCATENATE(B1:D1) the cells holding the IF statements.

Note "" returns a blank cell, therefore Concatenating the cells will return only a single number.

Select the Columns with the IF Statements and Format - Hide. This will tidy up the working Spreadsheet.

The complex method (which I prefer not to use - creating long Linear Functions can be very difficult to get them right and to correct if wrong) would be to use a number of IF functions joined by the OR function in the one cell.

Good luck.

Kurt Van Etten

Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Hot-Shot:

An expert who has answered 20 questions.

  • Contributor 35 Answers
  • Posted on Feb 26, 2008
Kurt Van Etten
Contributor
Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Sep 20, 2007
Answers
35
Questions
14
Helped
54507
Points
99

An2net21,

The simplest solution is to use the if function.
In your example you coudl use:

=IF(A1="girl",1,0)

IF "girl" is in a1 then b2 would show as 1.
If anything else but "girl" is in a1 then b2 would show as 0.

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

155 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Sudeep Chatterjee
Sudeep Chatterjee

Level 3 Expert

3269 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3869 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...