Pasting Formula Values - Some do - Some Dont ??

mstuf

Active Member
Joined
Feb 4, 2003
Messages
321
Office Version
  1. 2016
Platform
  1. Windows
Hello --
I have a Wookbook that has two formulas that are working correcty. I'm now using a Macro to move those columns to another Workbook.
I've always thought that I must transfer the results of a Formula with Paste Special - Values in order to display the results instead of the Formula text. Or So I Thought.

The Column using this Formula

=IF(AA1=11,"Brand_New",IF(AA1=2,"Very_Good",IF(AA1=1,"Like_New",IF(AA1=3,"Good",IF(AA1=4,"Acceptable",IF(AA1=6,"Very_Good",IF(AA1=5,"Like_New",IF(AA1=7,"Good",))))))))

need Paste Special - Values to Display Properly in its new Location


but ...

The Column using this formula

=IF(LEN(AK1)<=11,"ISBN","UPC")

does NOT need Paste Special - Values to Display Properly in its new Location.


Can Anyone answer WHY ?


Thanks
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
It could be that when the second column gets copied, the cell it looks at now (instead of AK1) has either the same value that AK1 had, or a value that yields the same answer.
 
Upvote 0

Forum statistics

Threads
1,203,137
Messages
6,053,711
Members
444,681
Latest member
Nadzri Hassan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top