Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Meenachi Suppiah   on Dec 09 In MS Office Category.

  
Question Answered By: Binge Fischer   on Dec 09

> I assume the & & designates a variable  in formula string?

& is the concatenation operator and is used to join strings.

"=AVERAGE(RC[-1]:R[" & x - 1 & "]C[-1])"

Would give you a string made up of:
the string "=AVERAGE(RC[-1]:R["
the value of x - 1
and
the string "]C[-1])"

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on help with making macro with user input Or get search suggestion and latest updates.


Tagged: