Apologies for the topic guys as I donโt know how to address it
So I have a nested if statement made in Excel and trying to figure out how to do this here in Knack
Appreciated the help in advance
=IF(
uplift_dollar_value / proposed_base_fee% > 0,
uplift_dollar_value / gross_fee%,
IF(
uplift_dollar_value / proposed_base_fee% = 0,
"No Change",
"Above"
)
)