ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Urgent Help needed ! (https://www.excelbanter.com/excel-programming/304504-urgent-help-needed.html)

sameer27p[_10_]

Urgent Help needed !
 
Hi,
I need to pick up values from two different sheets and put them unde
two rows (Actual and Forecast) as per the transaction date..Also i nee
to calculate the variance(actual-forecast).Is there a readymade macr
available for plucking values from two sheets and placing them in th
output sheet (i need the total value of each item in the two columns t
be picked up and displayed ),,,,,,,,,,,,,,,,,,,,,

does anyone have an idea how i can go about ? look forward to have
reply soon.thanks for ur time and consideration....refer Sheet1.xl
which specifies my requirement......

Attachment filename: sheet1.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=62244
--
Message posted from http://www.ExcelForum.com


Tom Ogilvy

Urgent Help needed !
 
macros, ready made or custom, would be specific to the way the sheets are
laid out.

Much more information would be required to do anything specific

in general

set rng = worksheets("Data1").Range("A1")
set rng1 = Worksheets("Data2").Range("A1")
with worksheets("Results")
.Range("B9").Value = rng.value
.Range("B10").Value = rng1.Value
.Range("B11").Formula = "=B10-B9"
End With

two rows < two columns

--
Regards,
Tom Ogilvy


"sameer27p " wrote in message
...
Hi,
I need to pick up values from two different sheets and put them under
two rows (Actual and Forecast) as per the transaction date..Also i need
to calculate the variance(actual-forecast).Is there a readymade macro
available for plucking values from two sheets and placing them in the
output sheet (i need the total value of each item in the two columns to
be picked up and displayed ),,,,,,,,,,,,,,,,,,,,,

does anyone have an idea how i can go about ? look forward to have a
reply soon.thanks for ur time and consideration....refer Sheet1.xls
which specifies my requirement.......

Attachment filename: sheet1.xls
Download attachment:

http://www.excelforum.com/attachment.php?postid=622441
---
Message posted from http://www.ExcelForum.com/




sameer27p[_11_]

Urgent Help needed !
 
THANKS TOM...BUT I REALLY NEED SOMETHING SPECIFIC....HOPE U CUD HELP M
IN DOING THAT...
the required format is in Sheet1.xls (highlighted in yellow)....i nee
to pick the total of quantities from two sheets and insert them in th
Actual and Forecast rows as per the item number and transactio
date......also,i need to calculate variance (ACTUAL-FORECAST)......

Can u help me in this ? Thanks for your time an
consideration...Attached:Sheet1.xls.....

Attachment filename: sheet1.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=62283
--
Message posted from http://www.ExcelForum.com



All times are GMT +1. The time now is 03:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com