Formula for value from last row

Hi everyone.

Im working on a concatenate formula for a HYPERLINK.

The formula works fine as shown, when [Total] is in the same table and row: CONCATENATE(https://paypal.me/kaanexpeditions.com/, [Total], mxn)

Now im trying to obtain the [TOTAL] value from the last row of a different table “Ventas”.

Any ideas?
I tried LOOKUP and MAXROW, but I believe this wont work as MAXROW only brings back Key Columns and not the desired column [total].

concatenate(“https://paypal.me/kaanexpeditions/”, MAXROW(VENTAS2, TOTAL), mxn)

Thanks!

Solved Solved
0 4 891
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

Thanks Steve, this did work:

Although when clicking on the link generated it redirects to:

3X_f_2_f2ec9834cc150e170097d50dbc95e4a14c74898f.png

When I try to edit the Action and activate the “Launch external” and click “Save” it turns the option toggle back to off.

So I tried also the same thing in Column Type, it did keep the toggle on, but same results with the link:
3X_1_6_1623c05bdc480e6da00b364230cc43be723dda9c.png

Any idea what could be happening?

Thanks again!

Thank you @Bahbus I tried this but got the same results.
I don´t think IM getting problems because of the text in the CONCATENATE formula, actually the expression is correct.
Its just the link that wont redirect to the actual URL generated, but to:
http://’’%20aqu-t8a/ (This is copied/pasted from chrome address bar)
3X_1_7_178d56ce95b77508081a141b3ec7d799cce03afa.png (This is screenshot)

Top Labels in this Space