If formula without skipping lines

wheath

Board Regular
Joined
Jun 17, 2016
Messages
58
Office Version
  1. 365
Platform
  1. Windows
I created a spreadsheet with multiple tabs. Information from one spreadsheet feeds the others, goal is to limit input to as few locations and possible and still produce sorted information that can be shared with various parties that need different information. My formulas right now work, however, they are line for line, so if a condition isn't met I have blank lines in some of my spreadsheets. Any thoughts on how I can make this so that I don't have blank lines on the spreadsheets?

Data is initially input on the Potential PCO tab, which feeds the Master Tab.

This is the formulas in the Master Tab

2023.01.24 PCO Log.xlsx
ABCDEFGHIJKLMN
1Master Log
2Trade PartnerDatePCO Title Amount Schedule Impact TypeStatusSub COR #Complete Pricing PackagePCO #Owner DirectiveOCO #Sub CO #Notes
3Baker Concrete1/24/2023Scratch TestingOCOPending
4Baker Concrete1/24/2023Additional Rock ExcavationOCOPendingGEOS Required per site visit
5Baker Concrete1/24/2023Placing 2nd Boom starting at ground levelOCOPending
6Baker Concrete1/24/2023Column D5.8 Foundation - Pilaster FoundationYesOCOPendingGEOS Required based on rock condition, RFI 87
7Baker Concrete1/24/2023Lean Fill Allowance - Open T&MAllowancePendingWill exceed Owner Allowance, talk to Chris
8Baker Concrete1/24/2023Additional Excavation @ Elevator PitYesOCOPendingGEOS Required per site visit, RFI 88 & 89
9Baker Concrete1/24/2023Premium time to accelerate elevator coreYesOCO7Potentially required to maintain schedule due to RFI 88 & 89
10Civil Constructors1/3/2023Additional Excavation and Fill @ direction of GEOSNeed backup from Civil & GEOS
11Cleary1/3/2023Additional Hydrant$ 13,755.05NoOCOOwner PCO1YesProceed and PriceAHJ Requirement
12Cleary1/3/2023Replacing Five Lead Water Service Lines$ 52,503.28NoOCOOwner PCO2YesProceed and PriceAHJ Requirement
13Cleary1/3/2023Upsizing NES Vault from 4" to 6"OCOPending3NES Requirement
14Civil Constructors1/3/2023Other Trade Haul Off Exceeding the Allowance$ 6,764.06NoOCOOwner PCO1YesProceed and PriceNeed backup from Civil
15McDougal1/3/2023Garage Screening Selection$ 103,821.00NoOCOOwner PCO1Yes6Proceed and Price4Design Change, Owner Directive
16Tate Fabrication12/22/2022Column Protection (Column Corner Guards/Wraps)$ 21,749.36NoOCOApproved1Yes3Proceed and Price3Owner Directive
17012/22/2022Deduct Unused Allowances$ (120,974.00)NoOCOApproved2Proceed and Price2Accounting Cleanup
18011/3/2022Adjustment to Project Schedule$ -YesOCOApproved1Proceed and Price1Start date moved from 8/5/2022 to 8/18/2022, new completion date 11/11/2024
Master
Cell Formulas
RangeFormula
A3:A18A3=IF('Potential PCOs'!F3="Yes",'Potential PCOs'!A3,"")
B3:B18B3=IF('Potential PCOs'!F3="Yes",'Potential PCOs'!B3,"")
C3:C18C3=IF('Potential PCOs'!F3="Yes",'Potential PCOs'!C3,"")
Cells with Data Validation
CellAllowCriteria
G2Any value
E3:E101ListYes, No
F3:F100ListInternal, Contingency, Allowance, OCO
G3:G101ListPending, Under Review, Owner PCO, Owner Review, Approved, Rejected, Void
H2:H125Any value
I2Any value
I3:I101ListYes, No
K3:K18ListPrice, Proceed and Price


Once certain criteria is met information from the Potential PCO tab moves to the Master Tab. Once certain criteria is met within the Master Tab, information then gets filled in on the Sub COR Log and PCO Log tabs. However, these two spreadsheets are keeping place holders until the criteria is met, which in some cases it might not ever. I like everything about how the data is feeding, except for the row placeholders and I can't seem to figure out how to change that.

Here are the formulas in Sub COR Log
Cell Formulas
RangeFormula
A3:A16A3=IF(Master!I3="Yes",Master!A3,"")
B3:B16B3=IF(Master!I3="Yes",Master!B3,"")
C3:C16C3=IF(Master!I3="Yes",Master!C3,"")
D3:D16D3=IF(Master!I3="Yes",Master!D3,"")
E3:E16E3=IF(Master!I3="Yes",Master!E3,"")
F3:F16F3=IF(Master!I3="Yes",Master!F3,"")
G3:G16G3=IF(Master!I3="Yes",Master!G3,"")
H3:H16H3=IF(Master!I3="Yes",Master!H3,"")
I3:I16I3=IF(Master!I3="Yes",Master!I3,"")
J3:J16J3=IF(Master!I3="Yes",Master!M3,"")
K3:K16K3=IF(Master!I3="Yes",Master!N3,"")
Cells with Data Validation
CellAllowCriteria
G2:I2Any value


Here is the formula in the PCO Log
Cell Formulas
RangeFormula
A3A3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}),Master!B3," ")
B3:B18B3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}), Master!C3," ")
A4:A18A4=IF(OR(Master!G4={"Owner PCO","Owner Review","Approved","Rejected"}), Master!B4," ")
E3:E18E3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}), Master!F3," ")
F3:F18F3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}), Master!G3," ")
G3:G18G3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}), Master!J3," ")
H3:H18H3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}), Master!K3," ")
I3:I18I3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}), Master!L3," ")
J3:J18J3=IF(OR(Master!G3={"Owner PCO","Owner Review","Approved","Rejected"}), Master!N3," ")
Cells with Data Validation
CellAllowCriteria
D3:D18ListYes, No
F2Any value
 

Attachments

  • Spreadsheet.PNG
    Spreadsheet.PNG
    97.2 KB · Views: 9

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Ok, how about
Fluff.xlsm
ABCDEFGHIJK
1Sub COR Log
2Trade PartnerDatePCO TitleAmount Schedule Impact TypeStatusSub COR #Complete Pricing PackageSub CO #Notes
3Cleary44986Additional Hydrant$ 13,755.05NoOCOOwner PCO1Yes0AHJ Requirement
4Cleary44986Replacing Five Lead Water Service Lines$ 52,503.28NoOCOOwner PCO2Yes0AHJ Requirement
5Civil Constructors44986Other Trade Haul Off Exceeding the Allowance$ 6,764.06NoOCOOwner PCO1Yes0Need backup from Civil
6McDougal44986Garage Screening Selection$ 103,821.00NoOCOOwner PCO1Yes0Design Change, Owner Directive
7Tate Fabrication12/22/2022Column Protection (Column Corner Guards/Wraps)$ 21,749.36NoOCOApproved1Yes0Owner Directive
8
Lists
Cell Formulas
RangeFormula
A3:K7A3=FILTER(INDEX(Master!A3:N100,SEQUENCE(ROWS(Master!A3:N100)),{1,2,3,4,5,6,7,8,9,13,14}),Master!I3:I100="Yes")
Dynamic array formulas.


and
Fluff.xlsm
ABCDEFGHIJ
1PCO Log
2DatePCO Title Amount Schedule Impact TypeStatusPCO #Owner DirectiveOCO #Notes
301/03/2023Additional HydrantOCOOwner PCO0Proceed and Price0AHJ Requirement
401/03/2023Replacing Five Lead Water Service LinesOCOOwner PCO0Proceed and Price0AHJ Requirement
501/03/2023Other Trade Haul Off Exceeding the AllowanceOCOOwner PCO0Proceed and Price0Need backup from Civil
601/03/2023Garage Screening SelectionOCOOwner PCO6Proceed and Price4Design Change, Owner Directive
712/22/2022Column Protection (Column Corner Guards/Wraps)OCOApproved3Proceed and Price3Owner Directive
812/22/2022Deduct Unused AllowancesOCOApproved2Proceed and Price2Accounting Cleanup
911/03/2022Adjustment to Project ScheduleOCOApproved1Proceed and Price1Start date moved from 8/5/2022 to 8/18/2022, new completion date 11/11/2024
10
Summary
Cell Formulas
RangeFormula
A3:B9A3=FILTER(Master!B3:C100,ISNUMBER(MATCH(Master!G3:G100,{"Owner PCO","Owner Review","Approved","Rejected"},0)))
E3:J9E3=FILTER(INDEX(Master!F3:N100,SEQUENCE(ROWS(Master!F3:N100)),{1,2,5,6,7,9}),ISNUMBER(MATCH(Master!G3:G100,{"Owner PCO","Owner Review","Approved","Rejected"},0)))
Dynamic array formulas.
 
Upvote 0
Getting a #CALC! error. I put the formula in A3 on Sub COR Log and the others in A3 & E3 on PCO Log
 
Upvote 0
In that case could you upload your workbook to a share site such as OneDrive or GoogleDrive, mark for sharing & post the link you are given to the thread.
 
Upvote 0
There's no data on the master sheet & you do not have the formulae I suggested, so it's not possible to see why it's not working.
 
Upvote 0
Are columns C & D on the PCO Log sheet manually entered or formulae?
 
Upvote 0
Columns C & D on the PCO Log are manual.
In that case you have a problem. If with your original data the "Additional Hydrant" line changes status & is no longer reported on the PCO Log sheet all other rows will move up one, but the manual data will not & will therefore be on the wrong rows.
 
Upvote 0
In that case you have a problem. If with your original data the "Additional Hydrant" line changes status & is no longer reported on the PCO Log sheet all other rows will move up one, but the manual data will not & will therefore be on the wrong rows.
So if I make those lines not manual, can I make it work?
 
Upvote 0

Forum statistics

Threads
1,215,491
Messages
6,125,104
Members
449,205
Latest member
ralemanygarcia

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