StephenMcGill
New Member
- Joined
- Jun 21, 2014
- Messages
- 8
Probably a newbie question, but I have the formula below that finds rows wherever column Q is blank and sends back the row number
{=IF(ISERROR(SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))),"",SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))) }
Instead of explicitly referencing 'Production Meet.Mins!$Q$13:$Q$93' for this formula, I want to reference a named range PRODWIP that I have set up as $B$13 to $AD$93 so I need to reference Col 16 in the named range - but I have no idea how to do that. i'm guessing "Index something" but I cant get my head around it despite hours on online research.
Similarly, I need to reference the Named Range here...
=IF(ISERROR(INDEX('Production Meet. Mins '!$B$13:$Q$99,SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))-12,1)),"",INDEX('Production Meet. Mins '!$B$13:$Q$99,SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))-12,1))
hope you can help point me in the right direction
thanks
Stephen
{=IF(ISERROR(SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))),"",SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))) }
Instead of explicitly referencing 'Production Meet.Mins!$Q$13:$Q$93' for this formula, I want to reference a named range PRODWIP that I have set up as $B$13 to $AD$93 so I need to reference Col 16 in the named range - but I have no idea how to do that. i'm guessing "Index something" but I cant get my head around it despite hours on online research.
Similarly, I need to reference the Named Range here...
=IF(ISERROR(INDEX('Production Meet. Mins '!$B$13:$Q$99,SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))-12,1)),"",INDEX('Production Meet. Mins '!$B$13:$Q$99,SMALL(IF('Production Meet. Mins '!$Q$13:$Q$99="",ROW('Production Meet. Mins '!$Q$13:$Q$99)),ROW(1:1))-12,1))
hope you can help point me in the right direction
thanks
Stephen