Forum

Notifications
Clear all

Help with Excel formula to find incomplete spool

5 Posts
3 Users
0 Reactions
57 Views
(@prnambiar)
Posts: 3
Active Member
Topic starter
 

I'm attaching an abstract from a big data entry used for recording pipeline fabrication and welding records. I need to find out the the spool number and drawing number which has some joints to be welded (A spool contains various joint numbers SW01,SW02 etc. if the corresponding column in Column "G" is empty the weld of that particular Spool is incomplete). I have the drawing numbers of pipe lines in Cell "B" and its Sheet number in Cell "C" and Spool Number in Cell "D". I need to find the excel function by which I can identify the all the drawing / sheet and Spool number for which welds are still balance 

Also need to find out the number of Joints remaining to be welded in each Drawing/spool

 

Appreciate your support to solve this

 

Thanks 

Nambiar

 
Posted : 04/01/2020 5:47 pm
(@purfleet)
Posts: 412
Reputable Member
 

Hi Nambiar

Not sure i really understand your data. Are you saying that if column G is blank it is incomplete - so you could just filter on G for blanks?

"Also need to find out the number of Joints remaining to be welded in each Drawing/spool" - for this part where is the count of welds is it the number at the end of the SW? Where is the current count?

  WELD DETAILS WELDING DETAILS NDT REMARKS
RT
LINE No. DRAWING NUMBER SHT
No
SPOOL
NO.
JOINT NO FITUP DATE WELD DATE REP. No ACC/ REJ
BT2-DOW-1485-2"-BAB3-N A349-BRZ-BT2-D-BF2-DOW-1485 2 of 2 01 SW02 30-Nov-19        
BT2-DOW-1358-6"-BAB3-N A349-BRZ-BT2-D-PD9-DOW-1358 1 of 3   SW17          

 

Can you mock up manuall what you are expecting to see?

 
Posted : 05/01/2020 3:16 am
(@prnambiar)
Posts: 3
Active Member
Topic starter
 

Hi, Thanks for your message. I have uploaded the workout I prepared using Pivot and Helper columns. 

The original data file gets daily updated and new Drawings, spools and joints get added and against it the Fit up and weld status also entered. From this file doing manual filtering and verifying the Drawing & its spool which has still Fit up or Welding balance to complete is a cumbersome process.

I am able to get the answer by creating a Pivot sheet and running a formula in the main data sheet to cross check the information from the Pivot table. Since the Main table gets changed daily I wanted to find a simplified solution to get the Status  which is appearing in "SPOOL FITUP/ WELD STATUS" column. 

Idea is to Refer the data in Col "B" & "D" Verify if there is any empty cell in Col "F" & "G", If there is any empty cell in either of these columns, refer the corresponding entry in Col "B" & "D" and mark all of matching entries in Col "B" & "D" as 'INCOMPLETE'

 

Thanks

Pranil

 
Posted : 05/01/2020 4:32 pm
(@sunnykow)
Posts: 1417
Noble Member
 

Hi Pranil

In cell K9 enter

=IF(COUNTIFS($B$9:$B$401,B9,$D$9:$D$401,D9,$F$9:$F$401,"")+COUNTIFS($B$9:$B$401,B9,$D$9:$D$401,D9,$G$9:$G$401,"")=0,"COMPLETE","INCOMPLETE")

You will need to adjust the range when new data is added.

Good luck

Sunny

 
Posted : 07/01/2020 12:27 am
(@prnambiar)
Posts: 3
Active Member
Topic starter
 

Dear Sunny,

Thanks a lot for your Help, It solved my problem

Thanks

Pranil

 
Posted : 07/01/2020 3:46 pm
Share: