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: 8
They would have to be linked in some way to the values from the formula.
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
The data will need to be linked in some way, probably to columns A & B, so that it moves with the data it's linked to.
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,736
Members
448,988
Latest member
BB_Unlv

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