Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I can get the value of a field from with the function =CONCATENATE("$M","$"&VALUE(MONTH(A6))) Result is $M$8 However if I try to add this to another function =((B6*$B$2)/365)*CONCATENATE("$M","$"&VALUE(MONTH(A6))) I get the error #VALUE! If I type =((B6*$B$2)/365)*$M$8 Then I get the correct results. I cannot find a solution in Excel Help, so I thought I'd visit the experts Cheers Craig. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try:
=indirect("M"&MONTH(A6)) "Craig & Co." wrote: Hi, I can get the value of a field from with the function =CONCATENATE("$M","$"&VALUE(MONTH(A6))) Result is $M$8 However if I try to add this to another function =((B6*$B$2)/365)*CONCATENATE("$M","$"&VALUE(MONTH(A6))) I get the error #VALUE! If I type =((B6*$B$2)/365)*$M$8 Then I get the correct results. I cannot find a solution in Excel Help, so I thought I'd visit the experts Cheers Craig. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect!!!!!
Thank you!! Craig. "Dave Peterson" wrote in message ... Try: =indirect("M"&MONTH(A6)) "Craig & Co." wrote: Hi, I can get the value of a field from with the function =CONCATENATE("$M","$"&VALUE(MONTH(A6))) Result is $M$8 However if I try to add this to another function =((B6*$B$2)/365)*CONCATENATE("$M","$"&VALUE(MONTH(A6))) I get the error #VALUE! If I type =((B6*$B$2)/365)*$M$8 Then I get the correct results. I cannot find a solution in Excel Help, so I thought I'd visit the experts Cheers Craig. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple field count function use | Excel Worksheet Functions | |||
right function on a mm/dd/yy tt:tt:tt field | Excel Discussion (Misc queries) | |||
Using a field name in an IF function for a calculated field in a PivotTable | Excel Worksheet Functions | |||
Insert Function field? | Excel Discussion (Misc queries) | |||
vlookup and a function field input | Excel Worksheet Functions |