Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am having trouble with a formula to reverse score items to responses in a
survey. I.E. Participants mark scores from 1 to 5. There are a few items where I want the scores to be reversed, ie 1=5, 2=4, etc. How do I do this??????HELP -- Amanda |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Amanda,
=5+1-A1 should do it ... HTH Cheers Carim |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Carim,
Thanks for your reply. I tried your suggestion and I had also previously tried =6-A1, but a message comes back that it's a circular reference. I need more help please. -- Amanda "Carim" wrote: Hi Amanda, =5+1-A1 should do it ... HTH Cheers Carim |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Amanda,
For the test, make sure your numbers are in column A - with nor formulas -, and in Column B type your formula ... HTH Cheers Carim |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have done that too, but it computes the corrected score in the B column.
I'm doing something very simple wrong I know, but it's frustrating me. -- Amanda "Carim" wrote: Amanda, For the test, make sure your numbers are in column A - with nor formulas -, and in Column B type your formula ... HTH Cheers Carim |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You will now have to copy/paste special ==values from column B to Column A
for the "reversed" results. In Excel, a cell can contain a value OR a formula so as Carim advised, you have to use column B to get your required results: you cannot use column A as you get the circular reference error. HTH "amanda" wrote: I have done that too, but it computes the corrected score in the B column. I'm doing something very simple wrong I know, but it's frustrating me. -- Amanda "Carim" wrote: Amanda, For the test, make sure your numbers are in column A - with nor formulas -, and in Column B type your formula ... HTH Cheers Carim |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Amanda
One method. =LOOKUP(A1,{1,2,3,4,5},{5,4,3,2,1}) Drag/copy across and down to get your new matrix as a reverse of the current one. Gord Dibben MS Excel MVP On Sat, 2 Sep 2006 00:12:01 -0700, amanda wrote: I am having trouble with a formula to reverse score items to responses in a survey. I.E. Participants mark scores from 1 to 5. There are a few items where I want the scores to be reversed, ie 1=5, 2=4, etc. How do I do this??????HELP Gord Dibben MS Excel MVP |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have all helped. From everything you have all helped me with I have
compiled something. THANKYOU -- Amanda "Gord Dibben" wrote: Amanda One method. =LOOKUP(A1,{1,2,3,4,5},{5,4,3,2,1}) Drag/copy across and down to get your new matrix as a reverse of the current one. Gord Dibben MS Excel MVP On Sat, 2 Sep 2006 00:12:01 -0700, amanda wrote: I am having trouble with a formula to reverse score items to responses in a survey. I.E. Participants mark scores from 1 to 5. There are a few items where I want the scores to be reversed, ie 1=5, 2=4, etc. How do I do this??????HELP Gord Dibben MS Excel MVP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula. Way over my head | Excel Discussion (Misc queries) | |||
Percentage score formula | Excel Worksheet Functions | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Formula to total items from a drop list with values in several col | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions |