Forum Discussion

sruk89's avatar
sruk89
Copper Contributor
Feb 13, 2023
Solved

** Need help with Formula **

Hi All,   I need help writing a formula based on IF hypotheticals for instance, the value the below field will always change but will always start with one of the following as, me and ma Switch: ...
  • HansVogelaar's avatar
    HansVogelaar
    Feb 14, 2023

    sruk89

    Try

    =INDEX($G$18:$G$32, MATCH(1, ($D$18:$D$32=LEFT(I24,2))*($E$18:$E$32=J24)*($F$18:$F$32=K24), 0))

    As mentioned before, if you do not have Microsoft 365 or Office 2021, but an older version, confirm the formula by pressing Ctrl+Shift+Enter.

Resources