Forum Discussion
Andrew_S80
Jan 13, 2021Copper Contributor
Help, Excel Spreadsheet Formula w/ Over and Under
Hi, I have a simple question but I am unsure on how to do it. I am attempting to create a sheet that will read out how many units over/under you are based on what numbers you have inputted vs the...
HansVogelaar
Jan 13, 2021MVP
Let's say Base is column A and Count is column B.
Enter the following formula in C2:
=B2-A2
Fill down by double-clicking the fill handle in the lower right corner of B2.