Forum Discussion
Sheilveil
Aug 29, 2022Copper Contributor
IF with cells containing text & numbers
Hello! I'm trying to have an invoice number automatically create using a cell that contains a number and a different one containing text. It needs to read VR-MONTH-COMPANY # (VR-JULY-200). Using =IF(...
LuanGomes
Aug 29, 2022Copper Contributor
The formula is in Portuguese, in your case use =IF(I5>0,CONCAT("VR-","cell where the month you want to appear is located";"-",A5),"")