Sorna2020

New Member
Joined
Jun 10, 2016
Messages
6
I am creating a running inventory sheet. In most of the cells, there will be a serial number that I need to count as -1 from inventory count. In stock will be calculated separately, I need to continually subtract from In Stock to get my Available total.
What formula should I use?
In example: All sites will have either Hardware 1 or Hardware 2. Most (but not always) will have a PC and Printer too. I am guessing I need to use =IF(ISBLANK) but I have never used that formula before. How do I set up for list of about 100 lines?


ABCDEF
1Inventory:Hardware 1Hardware 2PCPrinter
2In Stock101487
3Available81243
4
5Hospital 11XYZ1234XYZABC4321ABC
6Hospital 21UVW1234UVW
7Hospital 31
8Hospital 41
9
10
11

<tbody>
</tbody>


<tbody>
</tbody>
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I'd suggest subtracting the value in row 2 by the COUNTA of all values in columns using serial #s instead of counts. Such as a formula in cell E3:
Code:
=E2-COUNTA(E5:E500")
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,749
Members
449,094
Latest member
dsharae57

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