Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the folowing function
function sumrange(r as range,c) dim c as variant for each c in r if c0 then sumrange = c/worksheetfunction.sum(r) sumrange= format(sumrange,"##,##.00") next c end function is an attempt to calulate for each cell in a range ,the ratio between the cell & the total value of the range. my question- how can i program the function to create absolute reference to the range i choose,without using the f4 button. thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Relative Reference help | Excel Discussion (Misc queries) | |||
Using an offset formula for the reference in a relative reference | Excel Worksheet Functions | |||
Auto complet is checked | Excel Worksheet Functions | |||
Relative Reference | Excel Discussion (Misc queries) | |||
Relative reference | Excel Worksheet Functions |