excel experts needed
Thread Starter
I've found that life I needed.. It's HERE!!
Joined: Jul 2005
Posts: 1,263
Likes: 1
From: derbyshire
basically i have a sheet set up with 3 columns , 1st is price , 2nd postage , 3rd profit
now , in the profit column i have set the formula to subtract the postage from the price to give me the profit but where there is nothing in a row (no price , no postage) it still shows the profit as £0 but i want it to remain blank until i put something in that row
is it possible ??
i have all the cells formatted for currency (but it makes no difference whatever they are formatted for)
i am using Microsoft excel 2002
now , in the profit column i have set the formula to subtract the postage from the price to give me the profit but where there is nothing in a row (no price , no postage) it still shows the profit as £0 but i want it to remain blank until i put something in that row
is it possible ??
i have all the cells formatted for currency (but it makes no difference whatever they are formatted for)
i am using Microsoft excel 2002
Thread Starter
I've found that life I needed.. It's HERE!!
Joined: Jul 2005
Posts: 1,263
Likes: 1
From: derbyshire
completely blank , i have found the "conditional format" thing but i would have thought i could put 'value less than 1 - leave blank ' but there isn't the option for blank
I'd expect the formula you have used in Column C is:
=A2-B2
To get a blank instead of a zero, use an IF command and make the formula:
=IF(A2-B2=0,"",A2-B2)
This can then be dragged down through each row to populate each.
=A2-B2
To get a blank instead of a zero, use an IF command and make the formula:
=IF(A2-B2=0,"",A2-B2)
This can then be dragged down through each row to populate each.
Thread
Thread Starter
Forum
Replies
Last Post
JoeyBoyden
Restorations, Rebuilds & Projects.
26
Jan 4, 2024 02:36 PM
borboyous
Cars for Sale
6
Aug 22, 2015 11:17 AM



