Trying to have this formula look for numbers starting with 404 to find a "cost center description" on another tab of my worksheet. If the number does not start with 404, I want the if formula to return a result of "N/A".
But the following formula is getting an error message- what is wrong with it?
=if(C4=404*,=vlookup('404 Descriptions'!A:B,2,false),"N/A")
Thanks!
But the following formula is getting an error message- what is wrong with it?
=if(C4=404*,=vlookup('404 Descriptions'!A:B,2,false),"N/A")
Thanks!