A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi William,
Thank you for the reply.
You can try the following formula to see if it could meet your requirement:
=IF(ISNUMBER(D2),H2-D2,IF(ISNUMBER(C2),H2-C2,IF(ISNUMBER(B2),H2-B2,IF(ISNUMBER(A2),H2-A2))))
If it doesn't work, please feel free to post back.
Best regards,
Jazlyn