Hi,
I need to do an if statement on a invoice:
If a customer has brought products over £300 he gets 10% discount.
cell for total is e20 and the cell that needs to have the sum is e21.
Thanks in advance.
Hi,
I need to do an if statement on a invoice:
If a customer has brought products over £300 he gets 10% discount.
cell for total is e20 and the cell that needs to have the sum is e21.
Thanks in advance.
Maybe
=IF(E20="","",IF(E20>300,E20*.9,E20))
thanks it worked :D,
but sorry should have mentioned before if they dont get a discount it should say no/none given, can u help me with this?![]()
Last edited by rm06; 05-23-2012 at 04:50 PM.
You could merge two rows for the bit you need bigger text in and leave the other bit as it is.
Would that do what you mean?
EDIT: The post above has been edited and the bit I was responding to was deleted. That's why mine makes no sense, not because I've gone bonkers and started answering imaginary questions...
Last edited by Spencer101; 05-23-2012 at 04:59 PM.
Try
=IF(E20="","",IF(E20>300,E20*.9,"no/none given"))
im sorry i accidently deleted it just realised now,
thanks for answering, eg.jpg
but as the image shows invoice is making the whole row big and i do not want that to happen, can u still help me?![]()
In that example, highlight cells E1 : G2 and click that "Merge & Center" button that you can see in the top right of the pic.
Then you can shrink row 2 to fit "address" properly and resize row 1 to make "invoice" fit properly.
Hope that's what you meant...
@Spencer101
I figured that out.The post above has been edited and the bit I was responding to was deleted. That's why mine makes no sense, not because I've gone bonkers and started answering imaginary questions...![]()
@rm06
Yes.so if i changed the cell do i just have to change the e20 bit?
it didnt change it , this is what happened eg 2.jpg
You're welcome.
So that it looks like this...
its still is not doing that the whole row still goes big
thanks anyway![]()
Not a problem.![]()
@rm06
Thanks for the 'star tap'. Don't forget to mark your thread as SOLVED (click on Forum Rules @ top of page - see rule #9 for instructions, if needed).
yw, marked solved too![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks