Forum Discussion
Excel - Fill in values from column and row based on specific criteria to make list
Hi jacparks ,
If you share your spreadsheet these techie types will flock around here to flex their brains around it so fill it in with as much data samples as you can and post it on here because they like a good challenge puzzle to solve
cheers
- jacparksJun 28, 2021Copper Contributor
Yea_So Ok, can I pick your brain some more.
On the FLOWER sheet, is there a way that if there are blanks in the ingredients list that it skips to the next cell that has a vale when it fills in the J1:AC1?
- Yea_SoJun 28, 2021Bronze Contributor
Hi jacparks,
We can get creative. I was thinking that we can include the Ingredient Headers as part of the drop down selection, and once they're selected we can have excel do a conditional formatting to the headers then it'll only skip 1 column at each indgredient header. What are your thoughts about it.
cheers
- jacparksJun 28, 2021Copper ContributorDo you think the Ingredient list on the left is causing me problems and I can just do the data validation lists right across the top of the page? Would that be any better? That would change all of my other formatting and formulas though.
- Yea_SoJun 22, 2021Bronze Contributor
Hi jacparks,
I added some named ranges:
Then used this formula in the card from this range using:
=FILTER(Ingredients,NOT(ISBLANK(Ingredients)))
In
and put a formula:
=IF(OR($B5="Focal",$B5="Filler",$B5="Greenery",$B5="Line",$B5="Hardgoods / Rentals",ISBLANK(B5)),"","Insert IF STATEMENT HERE")
Comments:
In the quantity column is not a good practice to have duplicate values. for example:
Alstroemeria-assorted 10
Alstroemeria-assorted 10
Amaranthus-upright bronze, grn & rd BGThere are two Alstroemeria entries (vlookup or index match cannot be used)
If you have any questions, please do not hesitate to reach out.
Cheers
- jacparksJun 23, 2021Copper ContributorHi! For this formula
and put a formula:
=IF(OR($B5="Focal",$B5="Filler",$B5="Greenery",$B5="Line",$B5="Hardgoods / Rentals",ISBLANK(B5)),"","Insert IF STATEMENT HERE")
Where it says if statement here, I'm not exactly sure what I'm putting there.
Something like this? This doesn't work but am I on the right track?
=IF('Flower Counter'!J6 > 0, ='Flower Counter'!J6, "")
- Yea_SoJun 22, 2021Bronze Contributor
Hi jacparks ,
What does the highlighted numbers represent? for example bridal bouquet, says 3 on the first column, does it represent 3x10? or 3 stems?
cheers
- jacparksJun 22, 2021Copper ContributorIt’s 3 stems of the alstroemeria in the bridal bouquet.