0

Multiple companies in one cell

Hi Gloria,

There are a number of different ways to do this. You cannot use one Jet Reports formulas to pull data from multiple companies; you have to use one formula per company. So you can do a number of things to get the data in one cell. If the 5 formulas are short enough, you can just add them together in the cell although this seems unlikely. You could put each formula in its own cell and hide those columns and then sum the result in another cell. If you put them in separate cells, you can use NP(Companies) to replicate your companies, either down rows or across columns and use the result in the "company=" of your formula so you only have to write the formula once. You would do something like this:

=NL("Columns",NP("Companies"))

Does this help?

Regards,
Hughes

2 comments

Please sign in to leave a comment.