Thread
: [Solved]
Excel Percentage Formula
View Single Post
06-04-2018, 08:09 AM
ArviLaanemets
Windows 8
Office 2016
Expert
Join Date: May 2017
Posts: 949
With condition in A2:
Code:
=CHOOSE(MATCH($A$2,{0,8555.5,10000,83333,99999999},1),0,0.15,0.2,0,3)
Format the cell with formula as percent
ArviLaanemets
View Public Profile
Find all posts by ArviLaanemets