Forum Discussion

Julian_G57's avatar
Julian_G57
Copper Contributor
Mar 25, 2019
Solved

=IF function nesting

Hi, I've been away from Excel for many years and am having trouble trying to consolidate the following =IF functions into one. I have had an attempt at it but it keeps returning #FALSE. Apologies if ...
  • Twifoo's avatar
    Twifoo
    Mar 26, 2019

    Hello Julian, 

    In the attached file, the formula in J4, copied down rows and across columns, is: 

    =CHOOSE(MATCH($F4,{"Monthly","Quarterly","Yearly"}),
    (J$3>=$H4)*(J$3<=$I4)*$G4,
    (J$3>=$H4)*(J$3<=$I4)*$G4/3,
    (J$3=$I4)*$G4)

    Note the following references for revenue recognition: 

    1. Over time = IFRS 15, pars. 35-37; and 

    2. At a point in time = IFRS 15, par. 38. 

    Cheers!

    Twifoo

Resources