English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am looking to set up a 'Grade' book, for which I use the letters A, B, C, and D to note the condition of a particular item. However I cannot seem to find a formatting option to have the letters recognised as a value. I think using hexadecimal numbers would be a solution but, have no idea how to make it work.

2007-07-08 20:03:55 · 9 answers · asked by Anonymous in Computers & Internet Programming & Design

I am looking to set up a spreadsheet where I can log the condition of fruits and vegetables. The condition of the produce is categorised into either A, B, C or D depending on how the fruit or vegetable meets the criteria set out in a specification.

As you would expect, fruit and vegetables can vary in quaIity. I would therefore like to be able to find out the average condition of a particular fruit or vegetable. However because A, B, C or D is not a numeric value I cannot obtain an average.

For example if my set of data for onions was A,B,B,A,C,D,C,B,B,B,B,A, - I am looking to get the spreadsheet to tell me that my onions are averaging a grade B (in this example).

2007-07-08 20:28:04 · update #1

9 answers

Ok, do you know how to do match index?

In a sheet set out your grading so you have somthing like this:

A | 1
B | 2
C | 3
D | 4

etc.

use this function:

=INDEX(CELLS_WITH_NUM,MATCH(GRADE,LIST_OF_GRADES,0),0)

You'll really need to read up on the Index() and Match() functions in Excel for this to make any sense!

2007-07-09 08:50:25 · answer #1 · answered by gam3fr3aks 3 · 0 0

This Site Might Help You.

RE:
How can I get Microsoft Excel to recognise hexadecimal numbers?
I am looking to set up a 'Grade' book, for which I use the letters A, B, C, and D to note the condition of a particular item. However I cannot seem to find a formatting option to have the letters recognised as a value. I think using hexadecimal numbers would be a solution but, have no...

2015-08-18 17:35:28 · answer #2 · answered by Mike 1 · 0 0

1

2017-01-21 04:10:05 · answer #3 · answered by Anonymous · 0 0

Excel Hexadecimal

2016-11-16 22:07:48 · answer #4 · answered by Erika 4 · 0 0

here it is---hope it helps you
if you need more info--goto Excel Help and type hexadecimal

Convert a decimal number to hexadecimal
To do this task, use the DEC2HEX function.

A B
1 Formula Description (Result)
2 =DEC2HEX Converts decimal 100 to hexadecimal
(100, 4) with 4 characters (0064)

3 =DEC2HEX Converts decimal -54 to hexadecimal
(-54) (FFFFFFFFCA)

2007-07-08 20:21:02 · answer #5 · answered by Blue October 6 · 0 1

Excel doesn't support hexadecimal numbers. However, it does have HEX2DEC and DEC2HEX functions that you can use. You need to have the Analysis tool pack loaded to use them.

2007-07-08 20:17:53 · answer #6 · answered by injanier 7 · 1 1

Do you like gardening? Do you like to be innovative? Do you are short of income to pay for it professionally? Then make your own landscaping with the support of this web site https://tr.im/XFJJL Ideas 4 Landscaping , the perfect guide for persons like you.
Ideas 4 Landscaping is a layout assortment produced to support home owners come up with new concepts to style their residences. The plan is undoubtedly the most comprehensive land resource on the net , with a database of more than 7000 color pictures , movies tutorials , themes , as properly as the newest trends in landscaping. With this large assortment of images , themes , straightforward to stick to guides , there is no want to employ designers or subscribe to annual landscaping magazines.
This manual , Ideas 4 Landscaping has every little thing you need to have to successfully landscape your dream garden.

2016-04-22 11:03:35 · answer #7 · answered by ? 3 · 0 0

Tv set is produced to the cheapest common denominator - i.e., the common IQ of the general public, whereas a book is written to the highest common denominator

2017-03-05 04:28:25 · answer #8 · answered by John 3 · 0 0

fruit grows on woods or vines and fresh vegetables grow in the floor.

2017-02-19 07:08:17 · answer #9 · answered by ? 4 · 0 0

The letters A, B, C and D already have a value. You can already do conditional processing using the if() function.

So give us a clue. What do you want to do exactly.

2007-07-08 20:27:23 · answer #10 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers