Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi David,
Am Sat, 22 May 2021 11:52:58 -0700 schrieb David Farber: I'm using Excel 2010 Home and Student edition. I've created a column, B, of questions which need to be answered on a scale from 0-5. Columns C-H are to be checked with an "X" or whatever character they see fit to indicate which answer they have chosen. For example, one of the questions in column B says, On a scale of 0-6, how painful is it for you to climb one flight of stairs?" The choices are, 0, column C, "not difficult," 1, column D, "minimally difficult," etc. all the way up to 5, column H "unable to do." The end result is that column I figures out which column the "X" was placed and enters the numerical result. try: =MATCH("x",$C21:$H21,0) Regards Claus B. -- Windows10 Microsoft 365 for business |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to place real time in a cell when data entered in an adjacent cell | Excel Programming | |||
formula to lookup data in cell NEXT to another cell | Excel Worksheet Functions | |||
Formula to populate data in a cell based on another cell's color | Excel Discussion (Misc queries) | |||
how to extract data from a cell in a formula in another cell | Excel Worksheet Functions | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel |