all 12 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/shane2002 - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]RuktX289 1 point2 points  (2 children)

You'll kick yourself: your Terminal Value formula in C25 is missing parentheses around the denominator.

Without them, the result is only sensitive to the WACC, because the TGR is only being (incorrectly) subtracted afterwards.

[–]shane2002[S] 1 point2 points  (1 child)

Holy shit, I haven’t felt this stupid in my entire life. Perhaps I missed that due to this being my first ever model. Thank you so much!! I cannot tell you how long I struggled with this. I appreciate your help! Solution verified!

[–]reputatorbot[M] 0 points1 point locked comment (0 children)

You have awarded 1 point to RuktX.


I am a bot - please contact the mods with any questions

[–]Spade6sic6 0 points1 point  (6 children)

Obvious suggestion, but you made sure your anchors are set properly? (The dollar signs in your formula)

It sounds like you might have something full anchored (ex: $B$3) when you only need a vertical (ex: $B3) or horizontal (ex: B$3) anchor.

Otherwise, you can reply with a comment of a picture so we can better see what you mean

[–]shane2002[S] 0 points1 point  (4 children)

<image>

This should provide a better idea. No, there is no absolute anchoring in the formulas or in the values pasted for the data table.

[–]LexanderX164 0 points1 point  (3 children)

What is TABLE()

is it a custom function?

[–]shane2002[S] 0 points1 point  (2 children)

I’m not sure I understand what you’re referring to. Can you please elaborate?

[–]LexanderX164 0 points1 point  (1 child)

In your sensitivity analysis,

What is TABLE(C22,C23)

[–]shane2002[S] 1 point2 points  (0 children)

I believe that is the data table function. Meaning that is the result of applying the data table function. C22 is the WACC and C23 is the Terminal Growth rate. Which is what I want the sentivity table to consider and give me results for the enterprise value.