Joel Mejia
New Member
How do I write an if statement that writes the following:
I have a status column once I change the status I want to copy that line and paste on the following tab.
It tried this but its only copying one cell.
IF(ISNUMBER(SEARCH("STATUSNAME",NEXTTAB!A2)),NEXTTAB! A2:I2,"")
Thank you all so much for all of your help!
I have a status column once I change the status I want to copy that line and paste on the following tab.
It tried this but its only copying one cell.
IF(ISNUMBER(SEARCH("STATUSNAME",NEXTTAB!A2)),NEXTTAB! A2:I2,"")
Thank you all so much for all of your help!