mannychacon71
New Member
- Joined
- Sep 11, 2019
- Messages
- 5
I am trying to create a formula:
I want the formula to do as follow
if cell A2 = any number for example 100
then cell B2 will equal 1[TABLE="width: 500"]
<tbody>[TR]
[TD]100
[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]110[/TD]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]115[/TD]
[TD]9[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the purpose of this is to match the database with license numbers and ranking based on those license numbers
thank you
I want the formula to do as follow
if cell A2 = any number for example 100
then cell B2 will equal 1[TABLE="width: 500"]
<tbody>[TR]
[TD]100
[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]110[/TD]
[TD]6[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]115[/TD]
[TD]9[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the purpose of this is to match the database with license numbers and ranking based on those license numbers
thank you