Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to subtract the value and only that value from my total and then next
month when I enter a value make it recognize that as the last value and subtract that? ie Month 1 $10 $5 = $5 Month 2 $10 $5 $3 =$7 so on and so forth |
#2
![]() |
|||
|
|||
![]()
One way is to use
=INDEX(1:1,MAX(IF(1:1<"",COLUMN(1:1)))) array entered, to return the rightmost entry in row 1. "TimB1969" wrote in message ... I want to subtract the value and only that value from my total and then next month when I enter a value make it recognize that as the last value and subtract that? ie Month 1 $10 $5 = $5 Month 2 $10 $5 $3 =$7 so on and so forth |
#3
![]() |
|||
|
|||
![]()
Hi
see: http://www.xldynamic.com/source/xld.LastValue.html -- Regards Frank Kabel Frankfurt, Germany TimB1969 wrote: I want to subtract the value and only that value from my total and then next month when I enter a value make it recognize that as the last value and subtract that? ie Month 1 $10 $5 = $5 Month 2 $10 $5 $3 =$7 so on and so forth |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining cell reference after sorting | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |