Hi all,
I've having some issues with the formula below and was wondering if anyone more knowledgable than I could take a look for me. I don't get an error message I just get a blank cell which is actually worse than an error message.
=IF(ISBLANK([WPA2]47), [WPA1]47 + [>30PEE]47, IF(ISBLANK([WPA1]47), RCM47 + [>30PCM]47, IF(ISBLANK(RCM47), [Contract Date]47 + [>30BCM]47, [WPA1]47 + [>30PWP]47))))
Some context this is to create an updating expected date. WPA2, WPA1, RCM, and Contract Date are all dates and the rest are just numbers in text boxes to move the dates down the road.
I had it working before but somehow deleted it! Can't seem to figure out what I did.
Any help would be greatly appreciated!