View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Nick Hodge Nick Hodge is offline
external usenet poster
 
Posts: 1,173
Default Macro to insert a formula based on a range

Marcus

What is the SUMIF function going to conditionally sum?

I think you may need to make the question a little clearer

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
www.nickhodge.co.uk


"MarcusA" wrote in message
...
I need a macro that will ask for the range of data to perform a task when
executed. The macro will then read column 'A' for any value greater than
"0"
and insert a 'sumif' function in column 'B'. The macro will continue
until
it reaches the end of the data range.