making an if statement that i can copy over and over again its gonna basically check the name in row ? colum ? (ie A34 or b43) then if equal to the name spelled out it will out put a number on a different sheet in the same excel file, if the logical test fails then it will check for another name…
this what i have now =IF(FN92=OR(name1,name2),Sheet3!N24,0)
name1 and name 2 are the same name, just may look different … (like if someone was saying (Buffalo or at Buffalo)
the name also has spaces, basically i’m trying to nest an OR statement into an IF statement that checks for a Specific name, then i can output this code copy and paste this code 1231212 times and debug the names if i have to … with the properspellings, i really don’t want to replace every space with a _ or have no spaces in the name