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

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
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,648
Messages
6,120,726
Members
448,987
Latest member
marion_davis

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