Copy formula and auto update cell value

tnlbado

New Member
Joined
Jun 2, 2023
Messages
1
Office Version
  1. 2019
Platform
  1. Windows
I have this formula (where value = 0.75)
=IF(Sheet1!$B11="Strongly Agree",1,IF(Sheet1!$B11="Agree",0.75,IF(Sheet1!$B11="Somewhat Agree",0.5,IF(Sheet1!$B11="Disagree",0.25,IF(Sheet1!$B11="Strongly Disagree",0)))))

1685694802737.png


I want to copy this formula to to all other cells. But when I copy the formula, B11 stays.

Want I want is to replace B11 with the another value:

1685694992896.png


Any suggestions how I can do this easily?

And is using this formula the way to go?

What I want:
1685695055154.png


User can select from 5 values. Each value is translated into a number in the formula.
First 5 questions are Courage. Next 5 Commitment and so on.

After user has filled in all questions, I will calculate totals for each row (Courage, Commitment etc.)
Then I want to visualize the values in a spider graph.

Any suggestion would be appreciated.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,215,995
Messages
6,128,180
Members
449,430
Latest member
sadielynn7

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top