Thread
:
excel formula syntax
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
external usenet poster
Posts: 35,218
excel formula syntax
First, the formula has to go into T2:
=if(a2=c1,s2,"not equal")
replace that "not equal" string with what you want to see if A2 doesn't equal
C1.
Barbara wrote:
WHAT IS EXCEL SYNATX FOR: IF A2=C1 THEN T2 = S2?
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson