Formulate without a adding a new cell of data

The Grim Discovery

Board Regular
Joined
Jan 23, 2015
Messages
241
Office Version
  1. 365
Platform
  1. Windows
People

I've got this scenario and I've been scratching my head over this for a while today.

It's a small survey of 11 participants (b1) who were asked to answer a question.
4 got the answer right (B2), 5 got it wrong (B3) 1 spoiled the paper (B4) but, and this is what's catching me out, 1 didn't answer. I need to be able to add that 1 to the total of B3 (making it a new total of 6). But can I do this without adding another cell of data ie. can I calculate this using only the values in B1:B4. My efforts in formulating this so far have only resulted in circular reference warnings and wrong answers. Maybe it cant be done. Maybe I'm missing something obvious. Thanks as ever.

A
B
1
Total number
11
2
Correct
4
3
Incorrect
5
4
Spoiled
1
5

<tbody>
</tbody>
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
In B3 enter the formula =B1-B2-B4 and then you only need to complete cells B1, B2 and B4 and B3 will always give you the remaining number (Incorrect &/or missing)
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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