Hi all - this is my 1st post here. I'm trying to write a SIMPLE ERP system for our farm to track P & L. I'm currently stuck on this IF statement - Well not so much the IF statement itself - but how to format the cell after the if statement finishes it's action.
Here is the IF Statement:
=CONCATENATE(IF(B4="Half Pig",+C4*200,""),IF(B4="Whole Pig",+C4*200,""),IF(B4="Turkey",+C4*35,""),IF(B4="Chicken Broiler",+C4*10,""),IF(B4="Potatoes",+C4*0,""),IF(B4="Processing",+E4*0,""))
The statement works perfectly - but I need the results in $'s not text. Formatting the usual way DOES NOT change the cell. It's just text.
Your help is gladly accepted with thanks.
Here is the IF Statement:
=CONCATENATE(IF(B4="Half Pig",+C4*200,""),IF(B4="Whole Pig",+C4*200,""),IF(B4="Turkey",+C4*35,""),IF(B4="Chicken Broiler",+C4*10,""),IF(B4="Potatoes",+C4*0,""),IF(B4="Processing",+E4*0,""))
The statement works perfectly - but I need the results in $'s not text. Formatting the usual way DOES NOT change the cell. It's just text.
Your help is gladly accepted with thanks.