Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi to all VBA experts! Unfortunately, I am an entire Novice to VBA, and I am faced with the following task: In Sheet1 I have an array of numbers between 0 & 1; The problem is that this array is of -varying -size (extending from B2 over a varying # of rows & columns)...and I want to apply the following formula to each value in this array: (-1/2)*LN(1-ValueFromSheet1) The corresponding output shall be displayed in the subsequent Sheet2 (from B2 onwards); logically, the output will be another array of the same size as the one in Sheet1 (since for each value in Sheet1 I will have an output value in Sheet2) Ideally, the output array will be displayed in the same cells as the input array, i.e. starting from B2 & cover the same rows & columns in Sheet2 Sheet2 Any ideas of how to go about it are very much appreciated!! -- burk ------------------------------------------------------------------------ burk's Profile: http://www.excelforum.com/member.php...o&userid=36955 View this thread: http://www.excelforum.com/showthread...hreadid=567287 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
alter code to apply to range (links cells w/ row insertions) | Excel Discussion (Misc queries) | |||
Dynamic naming of range needed | Excel Worksheet Functions | |||
dynamic formula needed | Excel Discussion (Misc queries) | |||
ranking in a dynamic range help needed?? | Excel Worksheet Functions | |||
Prompt for a range to apply code to | Excel Programming |