21-02-2022, 11:42
|
#3
|
cf.mega poster
Join Date: Jan 2004
Age: 63
Posts: 2,242
|
Re: Excel Question please
Quote:
Originally Posted by MaccLad
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
|
|
|