Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() I am trying to find the percent difference between two values. Each value is the last work day of the month. My spreadsheet lists dates in column A and values in columns B-AI. How can I use the date to search for the relative value? Thanks -- seanbrown ------------------------------------------------------------------------ seanbrown's Profile: http://www.excelforum.com/member.php...o&userid=26514 View this thread: http://www.excelforum.com/showthread...hreadid=397820 |
#2
![]() |
|||
|
|||
![]()
On Mon, 22 Aug 2005 11:47:58 -0500, seanbrown
wrote: I am trying to find the percent difference between two values. Each value is the last work day of the month. My spreadsheet lists dates in column A and values in columns B-AI. How can I use the date to search for the relative value? Thanks VLOOKUP e.g. =VLOOKUP(date or cell_ref containing date,A1:BI100,col_num_of_value,FALSE) --ron |
#3
![]() |
|||
|
|||
![]()
One way would be:
Percent Change Δ%=100 100(x-y/y) where x=new amount and y=base so if x=150 and y=120 100(150-120/120) = 25% HTH |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking changing values (cells) between worksheets. | Excel Worksheet Functions | |||
Sum values between dates | Excel Worksheet Functions | |||
Using dates for x-axis values as string instead of creating a scale | Charts and Charting in Excel | |||
How to dates column with values in next column | Excel Discussion (Misc queries) | |||
FORMULA REQD FOR ADD ING DATES AND VALUES AND PART NUMBERS | Excel Discussion (Misc queries) |