Look up Formula Challenge

kelly mort

Well-known Member
Joined
Apr 10, 2017
Messages
2,169
Office Version
  1. 2016
Platform
  1. Windows
I have a worksheet that starts from column D1 to column S1 down. Column D contains IDs that I use to look up the data to this sheet. Column O contains values which may be positive, negative or blank. I now wanna separate the positive and negative numbers to different sheets. So with the positive numbers, I want then arranged in descending order and the negative numbers in ascending order.


These are the sheet names

Datasheet
Positive Values
Negative Values

I wish I could post a screen shot here but I have issues doing that with my pc.


I hope I am clear enough to be understood.

Thanks in advance
Kelly
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hello,

maybe a bit simple, but it should work:

- a helper column with the function =abs()
- autofilter
- copy

regards
 
Upvote 0
What is the motive for creating two sheets for the same data if whatever you want can be done with the data sheet that you now have?
 
Upvote 0
My motive is to have only positive values filtering to one sheet and negative to the other.

Regards
Kelly
 
Upvote 0
My motive is to have only positive values filtering to one sheet and negative to the other.

Regards
Kelly

The question is whether that is really necessary if all of the queries you have can be done with a single sheet. So, what is your real question?
 
Upvote 0
Haha. I am confused.

Yes all queries are on one sheet. But what I want to do is to separate them to different sheets based on values in column O. I don't know if this is clear now. If the is a better way you can let me know
Regards
 
Upvote 0
Haha. I am confused.

Yes all queries are on one sheet. But what I want to do is to separate them to different sheets based on values in column O. I don't know if this is clear now. If the is a better way you can let me know
Regards

Do you have any question that requires having two sheets in order to be answered instead of just one besides the splitting question itself?
 
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,673
Members
449,178
Latest member
Emilou

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