Monica at Plastics
New Member
- Joined
- Apr 26, 2019
- Messages
- 12
I have a spread sheet that if the number of units is greater than zero I have it returning the name of the product. I want to use index with that. First do i have to use match with it? How can I use the if and index together? Here is a formula i was trying to use.
Column B is the part name and column U is the quantity.
=IF(INDEX($B$4:$B$264,AGGREGATE(15,6,(ROW($B$4:$B$264)-ROW($B$4)+1)/($U$4:$U$264>0),ROWS($B$267:B267))),($B$4:$B$264,"")))
I keep getting an error on this formula
Column B is the part name and column U is the quantity.
=IF(INDEX($B$4:$B$264,AGGREGATE(15,6,(ROW($B$4:$B$264)-ROW($B$4)+1)/($U$4:$U$264>0),ROWS($B$267:B267))),($B$4:$B$264,"")))
I keep getting an error on this formula