Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2019, and 2021. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Handling Validation for Proper Latitude.

Handling Validation for Proper Latitude

Written by Allen Wyatt (last updated July 10, 2021)
This tip applies to Excel 2007, 2010, 2013, 2019, and 2021


Iswar has two cells in which users enter degrees and minutes, which represent latitude. The values can necessarily vary from 0 degrees and 0 minutes to 90 degrees and 0 minutes. (Obviously Iswar is dealing with northern-hemisphere latitudes.) He wants to use data validation to check and limit what can be entered in the two cells. For the degrees Iswar can validate that the value is between 0 and 90. The problem is with the minutes cell, which can vary from 0 to 59 unless the degrees cell is 90, then the only acceptable value is 0 minutes. Iswar wonders how he can create the validation for the minutes cell to take this into account.

Assuming that you enter degrees into cell A1, you could set up validation for the degrees in this manner:

  1. Select cell A1.
  2. Display the Data tab of the ribbon.
  3. In the Data Tools group click the Data Validation tool. Excel displays the Data Validation dialog box.
  4. The Settings tab should be displayed. (See Figure 1.)
  5. Figure 1. The Settings tab of the Data Validation dialog box.

  6. Using the Allow drop-down list, choose Whole Number.
  7. In the Minimum and Maximum boxes enter 0 and 90, respectively.
  8. Adjust the settings on the other tabs of the dialog box, as desired.
  9. Click OK.

Now, assuming that you enter minutes into cell B1, you could set up validation for the minutes in this manner:

  1. Select cell B1.
  2. Display the Data tab of the ribbon.
  3. In the Data Tools group click the Data Validation tool. Excel displays the Data Validation dialog box.
  4. The Settings tab should be displayed.
  5. Using the Allow drop-down list, choose Whole Number.
  6. In the Minimum box enter 0.
  7. In the Maximum box enter =IF(A1=90,0,59).
  8. Adjust the settings on the other tabs of the dialog box, as desired.
  9. Click OK.

The formula used for the Maximum value (step 7) sets a maximum for the cell based on whatever is entered into cell A1 (the degrees).

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8235) applies to Microsoft Excel 2007, 2010, 2013, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Handling Validation for Proper Latitude.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Handling Returns in Form Data

Word allows you to create forms and then export the data from those forms into files that can be used by other programs. ...

Discover More

Distributing Columns Evenly

When you want the horizontal space in a table to be divided evenly among the columns in the table, you'll love this tip. ...

Discover More

Word Adds Extra Space before Footnote Marker

When using full justification of your text, you may get extra spaces in places you never wanted. This tip examines one ...

Discover More

Dive Deep into Macros! Make Excel do things you thought were impossible, discover techniques you won't find anywhere else, and create powerful automated reports. Bill Jelen and Tracy Syrstad help you instantly visualize information to make it actionable. You’ll find step-by-step instructions, real-world case studies, and 50 workbooks packed with examples and solutions. Check out Microsoft Excel 2019 VBA and Macros today!

More ExcelTips (ribbon)

Using Data Validation

Want to control what users put into a cell? It's easy to do using a feature called data validation, as described in this tip.

Discover More

Limiting Entry of Names

When inputting information into a worksheet, you may need a way to limit what can be entered. This scenario is a prime ...

Discover More

Ensuring Unique Values in a Column

If you want to make sure that only unique values are entered in a particular column, you can use the data validation ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 4 + 1?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.