Share via

Need help with excel formula?

Anonymous
2024-07-16T14:56:05+00:00

Need help with excel formula:

=IF(OR(J5,J5+14),IF(J5,"",I4+14)), returns #value! when something is placed in J5 cell.

Attempting to create formula that will read if there is a value in cell J5 and if so will add 14 to that and put answer in I5 (where the formula resides). If there is no value in J5 will add 14 to the value in I4 and return that in cell I5.

Microsoft 365 and Office | Excel | Other | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2024-07-16T15:03:12+00:00

In I5:

=IF(J5="", I4, J5)+14

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-07-16T15:25:08+00:00

    Thank you!!

    Was this answer helpful?

    0 comments No comments