Forum Discussion

LORDPHILLIP's avatar
LORDPHILLIP
Copper Contributor
Sep 04, 2023
Solved

IF/THEN and WILDCARD assistance

Good afternoon y'all, This will be a two-part question because my excel sheet has two areas that I need assistance with.   Part 1 I have created an excel sheet that helps me calculate needed mate...
  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Sep 07, 2023

    LORDPHILLIP Alternatively, and if you want to simplify it a bit enter this in D7:

    =LET(
    a,C7/(A7/12),
    b,--(MOD(a,1)>=0.75),
    ROUNDUP(a,0)+b)

    and copy down.

    Same principle but no need for an IF inside LET.

Resources