How to add a set amount to cells with different values

Anonymous
2024-11-12T23:47:06+00:00

Each cell of Column H has a unique value, such as 30, 34.95, 29.99.... In Column I, I need to see those same values with 4.00 added to each. So in the attached example, the corresponding cells in Column I would have calculated to 34, 38.95 and 33.99. There are 377 unique rows, so doing this manually would not be efficient. I have no idea how to formulate this. TIA!

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
Rich~M 20,370 Reputation points Volunteer Moderator
2024-11-13T00:33:47+00:00

If I understand correctly and you want figures in Column I that are the Column H figure plus 4 you can use this.

=H2+4

Fill this down next to all of the figures in Column H.

If there are blank cells mixed in that don't need to be added, you can use this instead. The formula can then be filled into rows that don't have a number yet.

=IF(H2>0,H2+4,"")

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful