I have a column containing a continuous variable which I would like to categorize based on the value. This is a distance value. For instance, I would like to separate them into 50 m intervals (i.e, 0-49.999 = 1, 50-99.999=2, etc.) I am thinking this would be a simple IF statement, but I have not yet come to a conclusion in Excel. Any help would be greatly appreciated.
Assign categorical number to range of values in Excel
1.3k views Asked by Evan At
1
There are 1 answers
Related Questions in EXCEL
- Power Query / M Code, extract a list of tables into one main table, some column headers same but some different and in different order (and in row 2)
- Is there a way to validate the cell format (from excel) to fetch the symbol from it (in Java)?
- Excel - Visual Basic, macro with autofill "1"
- Getting Run-time error '13': Type Mismatch using .Find
- Getting website metadata (Excel VBA/Python)
- Excel Code Editor doesn't work (blank window)
- How to find out how many of each 2, 3 and 4 required to fit in 100 using excel?
- How would I apply a rather complex summation formula like this in Excel?
- Removing a Button from Customized Excel Ribbon
- Excel - Update Item Description Based on Accessories Ordered with It
- select duplicates from data based on another column
- How to use VBA to bold just some text
- VBA Code to filter and get values from csv to excel worksheet
- Look up max alpha numeric value
- Azure Batch for Excel VBA
Related Questions in CATEGORIES
- how can I add list of categories to my body in flutter? please I'm new to it
- Filtering posts within a page that displays a single category php
- Woocommerce subcategories dissappear when changing page
- I need help using pandas to group data from multiple columns into labeled categories
- Is it possible in magento multi store website to get all category of all the store with single api
- Highcharts Spider Chart with different scale for each category
- Algorithm for comparing two sets of sets
- Error counting posts of a category in WordPress
- WordPress Filter custom post type by multiple taxonomies
- Converting occasional categorical rows to columns
- How to display only rows with values in each Category plot in ggplot2?
- Trouble with Action.AssignToCategory using Python to create Outlook Rules
- R: Color scatterplot using a variable from a different data frame
- How to filter tags by category in WordPress?
- Wordpress category post count wrong
Related Questions in CONTINUOUS
- Continuous Binary Search over Metric Space
- Error: Discrete value supplied to a continuous scale
- how to combine discrete and continuous features in hmmlearn?
- R ggplot: Size breaks for continuous variable
- Gymnasium. Actions in continuous spaces
- How to calculate mean (Expected Value) of a custom continuous distribution from the probability density in R
- Simple Slopes analysis with glmmTMB model
- How to convert genetic additive model from a binary to continuous variable to run a PheWAS in python
- How can I input data automatically in a continuous data?
- Plotting multivariate continuous data
- How to fix an error in a moderation model in R with continuous variables?
- R ggplot2: converting the continuous scale legend to a discrete scale
- How to change data from discrete to continuous in R?
- Categorical exposure (genetic predisposition of a SNP) and continuous repeated measures outcome (depressive symptoms)
- Colour geom_text by a continue variable
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
How about just: