This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello,
I am having trouble with numbers coming from a .CSV.
Currently I have the field set as a Decimal (1.0).
The data in the CSV looks like:
The data when uploaded looks like:
I’ve tried changing formats, but I need it to remain a number format s...
Hello!
I would like to create groups based on a “contains” value in a text field. Since this is not an available option, I think I am going to need to use a formula to create a field that I can group by.
Objective: Create a conditional formula that w...
Hello!
I am trying to make a formula based on an IF statement.
IF one cell = something, then perform this formula. For example,
IF(
{Frequency},
‘Annual’,({Cost/12}))
I would like to have multiple “IF” statements & formulas. Is this possible?
@Adam_TheTimeSavingCo
I would like to calculate the total monthly cost based on the variables in Frequency.
So if Frequency = Weekly then it would be Cost*4.3
If Frequency = Annual then it would be Cost/12