Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a spreadsheet where I am trying to count the number of cells that have
a value in them. this is for counting raw material on either skids or metal coils that is in inventory. Here is what I am trying to do: I am trying to count the two types of material that we have; 'Skids' and 'Coils'. The user selects either 'Skids' or 'Coils' from list in cell B2. In cell C2, the header is '# MATL' and contains the formula I need help with. On the same row, cell G2 is 'MATL_1_WT', which if the item is a 'Coil' the user enters the weight. The next cell H2 is 'MATL_1_CT' which if the item is a 'Skid' the user enters the amount of material on a skid. This continues alternating throughout H3 thru Z2 so H3 is 'MATL_2_WT', I2 is 'MATL_2_CT', J2 is 'MATL_3_WT', K2 is 'MATL_3_CT' etc. I want the formula to act like this: if cell B2 contains 'Coils', then I want the formula to count cells G2, I2, K2, M2, O2, Q2, S2, U2, W2 and Y2 and return the number of cells that contain data. If cell B2 contains 'Skids', then I want the formula to count cells H2, J2, L2, N2, P2, R2, T2, V2, X2 and Z2 and return the number of cells that contain data. I thought the following formula would work, but it is invalid: =COUNT(IF(C2="Coil",G2,I2,K2,M2,O2,Q2,S2,U2,W2,Y2) ,(IF(C2="Skid",H2,J2,L2,N2,P2,R2,T2,V2,X2,Z2)) I look forward to seeing if anyone can help me out! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying cell names | Excel Discussion (Misc queries) | |||
Count number of values in a cell | Excel Worksheet Functions | |||
Cell color based upon cell value | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? | Excel Discussion (Misc queries) |