question

curtisw

New Member
Joined
Oct 21, 2011
Messages
27
anyone knows?:confused:

dNW6zwe.jpg


thanks.:biggrin:
 
TPw5eQN.jpg


how to formulate it in excel 2002?

thanks
Works just fine for me in Excel 2002:

Book1
ABC
1I am happy_so happy
2I am sad_so sad
Sheet1

This formula entered in C1 and copied down:

=IF(ISNUMBER(FIND("happy",$A1)),"so happy",IF(ISNUMBER(FIND("sad",$A1)),"so sad",""))
 
Upvote 0

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Thank you.

The if function can be used for how many times? If I use it for many times, does it show error?
 
Upvote 0
Thank you.

The if function can be used for how many times? If I use it for many times, does it show error?

It depends on the Excel version that you are using.

In general, some sort of lookup table and ditto function are preferred over a lot of nested IF's.
 
Upvote 0
It depends on the Excel version that you are using.

In general, some sort of lookup table and ditto function are preferred over a lot of nested IF's.

thanks xd

Here comes to another question....

A1. B1 shows A1
A2. B2 shows A2

When I paste the formular to other cell, say B5
A5. B5 shows A1
A6 B6 shows A2

How to formulate it if I paste it in B5, but shows A5?

Thanks.
Sorry that I have so many questions...
 
Last edited:
Upvote 0
What is the formula in cell B1? Do you use $ to have absolute references rather than relative references?
 
Upvote 0
What is the formula in cell B1? Do you use $ to have absolute references rather than relative references?

i didnt use $ for the formular
I have tried to use the above formular without $
It didn't work :(

Excel 2002
 
Upvote 0
Is the calculation mode in Excel on automatic or manual?

What happens, after that you pasted the formulas to other cells, if you press the F9 button?
 
Upvote 0

Forum statistics

Threads
1,224,811
Messages
6,181,081
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top