Hi,
I've been researching below issue for couple of days with out any luck of a solution:
I am trying to create a formula which return the last value in a row based on a client name example:
Column A (client name).......Column B (Data1).......Column C (Data2).............Column D (Data3).......
ClientA....................................6...............................2.......................................4....................
ClientB.................................................................... 3
ClientC..............................................................................................................5...................
ClientD
ClientE
Formula should return:
ClientA: 4
ClientB: 3
ClientD: 5
and so on...
Please note: in my case I may have 26 columns of data (Hence: this is why I couldn't use a nested if). I tried leveraging =INDEX(Range,MATCH(9.99999999999999E+307,Range)) but it that didn't work as the results is depended on the client name users pick from a drop down.
Any help on this is much appreciated!
Tarek
I've been researching below issue for couple of days with out any luck of a solution:
I am trying to create a formula which return the last value in a row based on a client name example:
Column A (client name).......Column B (Data1).......Column C (Data2).............Column D (Data3).......
ClientA....................................6...............................2.......................................4....................
ClientB.................................................................... 3
ClientC..............................................................................................................5...................
ClientD
ClientE
Formula should return:
ClientA: 4
ClientB: 3
ClientD: 5
and so on...
Please note: in my case I may have 26 columns of data (Hence: this is why I couldn't use a nested if). I tried leveraging =INDEX(Range,MATCH(9.99999999999999E+307,Range)) but it that didn't work as the results is depended on the client name users pick from a drop down.
Any help on this is much appreciated!
Tarek
Last edited: