79245980

Date: 2024-12-03 00:52:13
Score: 2.5
Natty:
Report link

Use a simple IF condition to check if column A matches the row above.

=IF(A2=A1,C1+B2,B2)

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: liver