Array woes

Kentgeo

New Member
Joined
Sep 9, 2002
Messages
3
Hello,
I have never used an array formula but I find myself now having to utilize them. What I am trying to do is to take a value and see if there is any diffence and if there is to have a numerical value entered that signifies that there is a change. Since the change is between zoning codes and the it is text instead of number values, my dilemma begins. ex. if r-1 does not equal r-2 = 1, if r-1=r-1 then 0

Thank you all for you help
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Well....I figured out the formula and now I just need to find a sign that designates a not equal sign.....could not find one in the functions fields.

ex. IF(R1 not equal R2,1) , the entering of the not equal does not seem to work though. If you could clue me into what this simple function is and where I could find it would be a great help....thanks kent
 
Upvote 0
Not Equal is <>

See the Excel Help topic for "Calculation operators in formulas" for a full list of operators.
 
Upvote 0
i FOUND THE <> BUT THE FORMULA IS STILL NOT WORKING I AM POSTING IT BELOW FOR YOU TO LOOK AT

=IF(Q2=R2,0),IF(Q2<>R2,1)

THANKS KENT
 
Upvote 0

Forum statistics

Threads
1,214,837
Messages
6,121,883
Members
449,057
Latest member
Moo4247

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