View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dingerz Dingerz is offline
external usenet poster
 
Posts: 16
Default Running out of Functions

Hi I want to do make a long function with lots of IF's but have used the max
amount of functions. Can someone help? Perhaps another method or even how to
translate my code into a macro ( I dont know much about macros or even how to
use them)

=IF(ISERROR(MATCH(A2,G:G,0)),IF(ISERROR(MATCH(A2,H :H,0)),"NotFound",$H$7),$G$7)..................... .............etc