View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gareth.Evans Gareth.Evans is offline
external usenet poster
 
Posts: 15
Default Change operator from cell value

Hi, i am trying to change to operator of a formula based on the value
of a cell. For example:

A1 = 3
A2 = <
A3 = 10

Formula: IF(A1&A2&A3,"yes","no")

The i want to be able to Chande the operator ion A2.

I have tried the formula above and it does not work. Any help would be
great.

THanks in advance for your help