0

Multiple Tables with IF function

So I think the easiest way to do this would be to just use separate cells and then hide the columns with the intermediate results. So for example:

B2: =NL(,"Table 2","Sequence","Vehicle","@@") C5: =NL("Rows","Table 1","Vehicle") D5: =NL(,"Table 2","Sequence","Vehicle",C5) E5: =IF(D5="",$B$2,D5) F5: =NL(,"Table 3","Chart Out Rate","Sequence",E5)
So I put the sequence number for the standard change in cell B2 since it sounds like that doesn't change by vehicle. You could also put Hide in D1 and E1 if you wanted to hide those results when running the report. Does something like this work for you?

Regards,
Hughes

2 comments

Please sign in to leave a comment.