SOLVED

Formula Help

Copper Contributor

I have a list that is updated daily and want to subtract the last value in that list from a constant value.  Can anyone help me with a formula?  

The constant value is in D28 and the ongoing list is in J4:J33

4 Replies

Hi @DeniseL0513,

=d28-j33

 

 

best response confirmed by DeniseL0513 (Copper Contributor)
Solution

Hello @DeniseL0513,

 

That could be:

=D28-LOOKUP(2,1/(J:J<>""),J:J)

@PReagan Thank you!!! That worked!!!

@DeniseL0513 

 

Happy to help!

1 best response

Accepted Solutions
best response confirmed by DeniseL0513 (Copper Contributor)
Solution

Hello @DeniseL0513,

 

That could be:

=D28-LOOKUP(2,1/(J:J<>""),J:J)

View solution in original post