Share via

Excel Row to show increase or decrease

Anonymous
2024-11-12T13:34:50+00:00

I cannot figure out the formula. I want B3:BB3 to show if the total is greater or less than the B3.

Microsoft 365 and Office | Excel | For business | 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

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-11-12T15:43:15+00:00

    Could you share some dummy data and expected result?

    From your description, you may try:

    =IF(SUM(C2:BB2)>B2,"Decrease","Increase")

    Was this answer helpful?

    0 comments No comments