Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Deleting Columns - Formula Results turn to #REF!

I am trying to pull information from a schedule and am running into a
problem. The person updating the schedule deletes the previous week and my
formula result changes to #REF!. Is there an easy way to fix this.

I had fixed this using a Macro but he added rows and my Macro got messed up.

The formula I am using is =SUM(MANPOWER!F49:I49).
Thank you,
Havenstar

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 791
Default Deleting Columns - Formula Results turn to #REF!

Hi Havenstar. Try using Edit-Replace and replace #REF with MANPOWER. I use
this method to update a P & L report based on a download from QuickBooks
every month and it works great. HTH
--
Sincerely, Michael Colvin


"Havenstar" wrote:

I am trying to pull information from a schedule and am running into a
problem. The person updating the schedule deletes the previous week and my
formula result changes to #REF!. Is there an easy way to fix this.

I had fixed this using a Macro but he added rows and my Macro got messed up.

The formula I am using is =SUM(MANPOWER!F49:I49).
Thank you,
Havenstar

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Deleting Columns - Formula Results turn to #REF!

Hi Michael,

I tried that and I got #NAME?, which gave me a formula of
=SUM(MANPOWER!MANPOWER). Any other ideas?

Thanks
Sandi


"Michael" wrote:

Hi Havenstar. Try using Edit-Replace and replace #REF with MANPOWER. I use
this method to update a P & L report based on a download from QuickBooks
every month and it works great. HTH
--
Sincerely, Michael Colvin


"Havenstar" wrote:

I am trying to pull information from a schedule and am running into a
problem. The person updating the schedule deletes the previous week and my
formula result changes to #REF!. Is there an easy way to fix this.

I had fixed this using a Macro but he added rows and my Macro got messed up.

The formula I am using is =SUM(MANPOWER!F49:I49).
Thank you,
Havenstar

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 791
Default Deleting Columns - Formula Results turn to #REF!

Sandi, could you post back what the formula looks like when the #REF! is
included?
--
Sincerely, Michael Colvin


"Havenstar" wrote:

Hi Michael,

I tried that and I got #NAME?, which gave me a formula of
=SUM(MANPOWER!MANPOWER). Any other ideas?

Thanks
Sandi


"Michael" wrote:

Hi Havenstar. Try using Edit-Replace and replace #REF with MANPOWER. I use
this method to update a P & L report based on a download from QuickBooks
every month and it works great. HTH
--
Sincerely, Michael Colvin


"Havenstar" wrote:

I am trying to pull information from a schedule and am running into a
problem. The person updating the schedule deletes the previous week and my
formula result changes to #REF!. Is there an easy way to fix this.

I had fixed this using a Macro but he added rows and my Macro got messed up.

The formula I am using is =SUM(MANPOWER!F49:I49).
Thank you,
Havenstar

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Deleting Columns - Formula Results turn to #REF!

Sure can Michael - it looks like this: =SUM(MANPOWER!#REF!)

Thanks
Sandi

"Michael" wrote:

Sandi, could you post back what the formula looks like when the #REF! is
included?
--
Sincerely, Michael Colvin


"Havenstar" wrote:

Hi Michael,

I tried that and I got #NAME?, which gave me a formula of
=SUM(MANPOWER!MANPOWER). Any other ideas?

Thanks
Sandi


"Michael" wrote:

Hi Havenstar. Try using Edit-Replace and replace #REF with MANPOWER. I use
this method to update a P & L report based on a download from QuickBooks
every month and it works great. HTH
--
Sincerely, Michael Colvin


"Havenstar" wrote:

I am trying to pull information from a schedule and am running into a
problem. The person updating the schedule deletes the previous week and my
formula result changes to #REF!. Is there an easy way to fix this.

I had fixed this using a Macro but he added rows and my Macro got messed up.

The formula I am using is =SUM(MANPOWER!F49:I49).
Thank you,
Havenstar



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Deleting Columns - Formula Results turn to #REF!

Which means you'd do a replace of #REF! with F49:I49

Not sure what exactly is messign up the formula in the first place though.



"Havenstar" wrote:

Sure can Michael - it looks like this: =SUM(MANPOWER!#REF!)

Thanks
Sandi

"Michael" wrote:

Sandi, could you post back what the formula looks like when the #REF! is
included?
--
Sincerely, Michael Colvin


"Havenstar" wrote:

Hi Michael,

I tried that and I got #NAME?, which gave me a formula of
=SUM(MANPOWER!MANPOWER). Any other ideas?

Thanks
Sandi


"Michael" wrote:

Hi Havenstar. Try using Edit-Replace and replace #REF with MANPOWER. I use
this method to update a P & L report based on a download from QuickBooks
every month and it works great. HTH
--
Sincerely, Michael Colvin


"Havenstar" wrote:

I am trying to pull information from a schedule and am running into a
problem. The person updating the schedule deletes the previous week and my
formula result changes to #REF!. Is there an easy way to fix this.

I had fixed this using a Macro but he added rows and my Macro got messed up.

The formula I am using is =SUM(MANPOWER!F49:I49).
Thank you,
Havenstar

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 791
Default Deleting Columns - Formula Results turn to #REF!

Sandi, did Sean's suggestion work?
--
Sincerely, Michael Colvin


"Havenstar" wrote:

Sure can Michael - it looks like this: =SUM(MANPOWER!#REF!)

Thanks
Sandi

"Michael" wrote:

Sandi, could you post back what the formula looks like when the #REF! is
included?
--
Sincerely, Michael Colvin


"Havenstar" wrote:

Hi Michael,

I tried that and I got #NAME?, which gave me a formula of
=SUM(MANPOWER!MANPOWER). Any other ideas?

Thanks
Sandi


"Michael" wrote:

Hi Havenstar. Try using Edit-Replace and replace #REF with MANPOWER. I use
this method to update a P & L report based on a download from QuickBooks
every month and it works great. HTH
--
Sincerely, Michael Colvin


"Havenstar" wrote:

I am trying to pull information from a schedule and am running into a
problem. The person updating the schedule deletes the previous week and my
formula result changes to #REF!. Is there an easy way to fix this.

I had fixed this using a Macro but he added rows and my Macro got messed up.

The formula I am using is =SUM(MANPOWER!F49:I49).
Thank you,
Havenstar

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Array formula returning wrong results TUNGANA KURMA RAJU Excel Discussion (Misc queries) 1 November 19th 05 10:29 AM
how prevent formula in cell from deleting when deleting value???? sh-boom New Users to Excel 1 September 30th 05 06:12 PM


All times are GMT +1. The time now is 11:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"