View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
notso notso is offline
external usenet poster
 
Posts: 24
Default Array Constant: How do I reference each value in a formula

I have an array constant {1000,1.2,2%} in cell A1
S = 1000
P = 1.2
R = 2%
How do I reference the array constant to create this formula:
=(S/P)-((S/P)*R)