If/Then formula question

JToddHubbard

New Member
Joined
Mar 12, 2013
Messages
3
I want to create a formula that will reference a spreadsheet of areas codes and their timezones. If the area code in a cell on the original sheet matches an area code on the reference sheet then in a seperate cell, I want the time zone of the area code displayed.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
For what you've provided, this should work being copied down.


Sheet14


*ABCD
Sheet 1*Sheet 2*
AtlanticNo Match
EasternEastern
CentralCentral
AtlanticAtlantic
EasternNo Match

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"></colgroup><tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]

[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="align: right"]3103[/TD]

[TD="align: right"]3101[/TD]

[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="align: right"]3101[/TD]

[TD="align: right"]3101[/TD]

[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="align: right"]3102[/TD]

[TD="align: right"]3102[/TD]

[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: right"]3105[/TD]

[TD="align: right"]3105[/TD]

[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: right"]3108[/TD]

[TD="align: right"]3103[/TD]

</tbody>

Spreadsheet Formulas
CellFormula
D2=IF(A2=C2,B2,"No Match")

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0

Forum statistics

Threads
1,223,270
Messages
6,171,103
Members
452,379
Latest member
IainTru

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