Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Bamah Cohen   on Nov 03 In MS Office Category.

  
Question Answered By: Stacy Cunningham   on Nov 03

The problem is how you refer to your Values Array within your loop
statement. You need to refer to each bucket you created. Add a
counter...

Dim i as Integer



i = 0



Do Until RetRate >= -10
RetRate = IRR(Values(i), Guess + 0.1) 'This refers to each bucket as
Values(0), Values(1), etc.

i = i + 1
Loop

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Loop in formula Or get search suggestion and latest updates.


Tagged: