close fullscreen
  1. Home
  2. Answers
  3. GreenDex+Company size+SONG LIN GARMENT SDN BHD+2018
attribution history edit build
Question: What is the size of the company (based on a factor of their employee count and revenue)?
Answer:
Large
GreenDex
Company size
SONG LIN GARMENT SDN BHD
2018
Verified by Steward check_circle
  • Details
  • Years 1
  • calculations 0
  • inputs
Research
Flag!

License

history edit build
CC BY 4.0 attribution

Formula

attribution history edit build

size = annualRevenue * employees

smallEmployees = 50
smallRevenue = 35000000

mediumEmployees = 1000
mediumRevenue = 1000000000

if employees < smallEmployees and annualRevenue < smallRevenue
  'Small'
else if employees < mediumEmployees and annualRevenue < mediumRevenue
  'Medium'
else
  'Large'

Comments