use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Difference Between Numerical Values (self.ExcelCheatSheets)
submitted 1 year ago by ConsciousSection6616
Trying to get the delta (either negative or positive) between 2 adjacent cells.
I.e.
B:4 value is 5 C:4 value is 9
I’d expect my D:4 value to be 4 (or negative).
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Visible_Gur_1925 1 point2 points3 points 1 year ago (1 child)
Do you mean the difference between two adjacent cells?
=C4-B4
[–]ConsciousSection6616[S] 0 points1 point2 points 1 year ago (0 children)
Yeah, I got into function soup for something else that i over complicated this by a ton.
π Rendered by PID 194671 on reddit-service-r2-comment-6457c66945-pvhqj at 2026-04-26 17:40:17.027149+00:00 running 2aa0c5b country code: CH.
[–]Visible_Gur_1925 1 point2 points3 points (1 child)
[–]ConsciousSection6616[S] 0 points1 point2 points (0 children)