View Single Post
Old 21-02-2022, 11:42   #3
Mike
cf.mega poster
 
Join Date: Jan 2004
Age: 63
Posts: 2,242
Mike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful oneMike is the helpful one
Smile Re: Excel Question please

Quote:
Originally Posted by MaccLad View Post
C1
=if(a1>b1,a1-b1,"")
copy/drag that value down for c2, c3, etc


D1
=if(b1>a1,b1-a1,"")
copy/drag that down for d2, d3, etc
Many thanks
Mike is offline   Reply With Quote