How to copy a result in formula cell into another cell

Kerry M

New Member
Joined
Oct 22, 2016
Messages
12
Hi,
I enter text onto M8 -
I then use this formula to decide what to show in Q8

- =IF(ISNUMBER(SEARCH("B",M8)),"Exceeding 3 hours",IF(ISNUMBER(SEARCH("C",M8)),"Disabled zone / No permit",IF(ISNUMBER(SEARCH("D",M8)),"No Parking Zone","")))

That works fine
What I need to do is,
copy the result -eg. "No Parking Zone" into a holding cell , S2 , I have a macro that uses S2 to print template
(the reason I need a "holding" cellis , I would then like to go to the next row and do it again etc. )
It has to be a formula because i need it to update for each row.

i have tried =if,M8<>"",S2=Q8,"") - but, i get "False" and S2 is left blank

Sorry for the long winded explanation :)
Hope it makes sense

Cheers
 
Last edited:

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
ok, found a work around - lots of work but, it works
I changed M8 to $M$8 - etc , for all 304 rows - to allow copy/paste to relevant "holding cell"
I made "a print" macro button on each row :( -
I then had to make a macro - for every row - A_1 A_2 etc
I then used macro button for every row - not a good look but works :)
macro now copies Q (row number using $ ) to holding cell that is sent to print template
it works ok
just wish, there was an easier way :)

Any better ideas ?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,805
Messages
6,121,665
Members
449,045
Latest member
Marcus05

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