Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi sorry for being vague but I'm very new to excel and needs some help.
Question: I uses two sheets: i.e. "pay" and "latter" I want the value of 'pay!A1' to refer to the cell 'latter!A(pay!A1)' so that I can use a formula in cell pay!C1 that is something like this: =SUM(B1 * latter!A(value of pay!A1) hope you can understand my question :) regards Morten T |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=B1*INDIRECT("'Latter'!A"&Pay!A1)
in Danish =B1*INDIREKTE("'Latter'!A"&Pay!A1) -- Regards, Peo Sjoblom wrote in message ups.com... Hi sorry for being vague but I'm very new to excel and needs some help. Question: I uses two sheets: i.e. "pay" and "latter" I want the value of 'pay!A1' to refer to the cell 'latter!A(pay!A1)' so that I can use a formula in cell pay!C1 that is something like this: =SUM(B1 * latter!A(value of pay!A1) hope you can understand my question :) regards Morten T |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It works!
Thank you so much :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying cell names | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
how do i copy format which refers to every OTHER cell | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |