Forum Discussion

johnsbox's avatar
johnsbox
Copper Contributor
Aug 24, 2022
Solved

IFS Function Multiple Criteria

I am trying to write an IFS formula (for a tax spreadsheet) where I type in the name of a city and it automatically enters the sales tax rate for that particular locality.  Here is an example:   If...
  • OliverScheurich's avatar
    Aug 24, 2022

    johnsbox 

    =IFS(A1="Elyria",6.5%,A1= "Cleveland", 8%, A1="West Salem", 6.5%, A1="Hudson", 6.75%, A1="Toledo", 7.75%, TRUE, "Enter Sales Tax Rate")

    You can try this formula.

     

Resources