You need to sign in to do that
Don't have an account?

Can we have a formula field , which will be updated based on two other fields ?
In Leads Page, I want to have a Sales Score Text field (formula field ), which needs to be updated by first checking the campaign field is empty or not and has to update the Sales Score field based on other Campaign Score field (Number field).
Is this is possible with Formula fields, if so how ...
Please clarrify..
Is this is possible with Formula fields, if so how ...
Please clarrify..
IF(ISBLANK(Campaign_Field_Name),Campaign_Score_Field_And_Any_Arithmetic_Here,"NA")
Regards,
Satish Kumar
All Answers
IF(ISBLANK(Campaign_Field_Name),Campaign_Score_Field_And_Any_Arithmetic_Here,"NA")
Regards,
Satish Kumar